git: 36dc690bd10c - stable/14 - ipfilter(4): Fix typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 12 Aug 2024 12:52:10 UTC
The branch stable/14 has been updated by gbe:

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

commit 36dc690bd10cf423ecbdfc7daaec7feb73949eb1
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:51:59 +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 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__