Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2024 12:54:05 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b5e167874663 - stable/13 - ipfilter(4): Fix typos in source code comments
Message-ID:  <202408121254.47CCs5Ld039734@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

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

commit b5e1678746634443b8b818e15ebf054182a2c97c
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-07-21 09:02:31 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-08-12 12:53:34 +0000

    ipfilter(4): Fix typos in source code comments
    
    - s/inconsistancy/inconsistency/
    
    (cherry picked from commit c90a206496fc431854e0c2989c2214b048e960d5)
---
 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 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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408121254.47CCs5Ld039734>