ipfilter(4): Fix a typo in a source code comment

- s/existance/existence/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 18:33:25 +02:00
parent c9023cf7fe
commit fc48cc124c

View file

@ -876,7 +876,7 @@ ipf_dstlist_table_del(ipf_main_softc_t *softc, void *arg, iplookupop_t *op)
/* softd(I) - pointer to the destination list context */ /* softd(I) - pointer to the destination list context */
/* d(I) - pointer to destination list */ /* d(I) - pointer to destination list */
/* */ /* */
/* Remove a given destination list from existance. While the IPDST_DELETE */ /* Remove a given destination list from existence. While the IPDST_DELETE */
/* flag is set every time we call this function and the reference count is */ /* flag is set every time we call this function and the reference count is */
/* non-zero, the "numdereflists" counter is always incremented because the */ /* non-zero, the "numdereflists" counter is always incremented because the */
/* decision about whether it will be freed or not is not made here. This */ /* decision about whether it will be freed or not is not made here. This */