aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/ipfilter
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-07-21 09:02:31 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-07-21 09:02:31 +0000
commitc90a206496fc431854e0c2989c2214b048e960d5 (patch)
tree81967a51ea96dfabd189fd866d3946933ffc7ece /sys/netpfil/ipfilter
parent32a9b95a8751f916deef5970476f010995244bfe (diff)
Diffstat (limited to 'sys/netpfil/ipfilter')
-rw-r--r--sys/netpfil/ipfilter/netinet/mlfk_ipl.c4
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__