aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-07-21 09:02:31 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-08-12 12:53:34 +0000
commitb5e1678746634443b8b818e15ebf054182a2c97c (patch)
tree5c7f8e46d3d19fc7587f0267204e3f8f10e4a8c2
parent99385e34c80d1f0d86d56cab03adcc19da15177d (diff)
ipfilter(4): Fix typos in source code comments
- s/inconsistancy/inconsistency/ (cherry picked from commit c90a206496fc431854e0c2989c2214b048e960d5)
-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 a2f1b5070818..762870bfc820 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.
*/
static int ipfread(dev, uio, ioflag)
@@ -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.
*/
static int ipfwrite(dev, uio, ioflag)