diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2024-07-21 09:02:31 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-07-21 09:02:31 +0000 |
| commit | c90a206496fc431854e0c2989c2214b048e960d5 (patch) | |
| tree | 81967a51ea96dfabd189fd866d3946933ffc7ece /sys/netpfil/ipfilter | |
| parent | 32a9b95a8751f916deef5970476f010995244bfe (diff) | |
Diffstat (limited to 'sys/netpfil/ipfilter')
| -rw-r--r-- | sys/netpfil/ipfilter/netinet/mlfk_ipl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netpfil/ipfilter/netinet/mlfk_ipl.c b/sys/netpfil/ipfilter/netinet/mlfk_ipl.c index 69be4abb2485..1c3051fb6615 100644 --- a/sys/netpfil/ipfilter/netinet/mlfk_ipl.c +++ b/sys/netpfil/ipfilter/netinet/mlfk_ipl.c @@ -536,7 +536,7 @@ ipfclose(dev_t dev, int flags) /* * ipfread/ipflog * both of these must operate with at least splnet() lest they be - * called during packet processing and cause an inconsistancy to appear in + * called during packet processing and cause an inconsistency to appear in * the filter lists. */ #ifdef __FreeBSD__ @@ -579,7 +579,7 @@ static int ipfread(dev, uio, ioflag) /* * ipfwrite * both of these must operate with at least splnet() lest they be - * called during packet processing and cause an inconsistancy to appear in + * called during packet processing and cause an inconsistency to appear in * the filter lists. */ #ifdef __FreeBSD__ |
