The branch main has been updated by gbe:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c90a206496fc431854e0c2989c2214b048e960d5

commit c90a206496fc431854e0c2989c2214b048e960d5
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2024-07-21 09:02:31 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2024-07-21 09:02:31 +0000

    ipfilter(4): Fix typos in source code comments
    
    - s/inconsistancy/inconsistency/
    
    MFC after:      3 days
---
 sys/netpfil/ipfilter/netinet/mlfk_ipl.c | 4 ++--
 1 file 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__

Reply via email to