git: ab3b9ba28fea - stable/13 - netpfil: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Oct 2022 08:57:34 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=ab3b9ba28fea30a5878f3d6993fa79105cec3d34
commit ab3b9ba28fea30a5878f3d6993fa79105cec3d34
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 02:32:59 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-28 08:57:24 +0000
netpfil: Fix two typos in source code comments
- s/missmatch/mismatch/
(cherry picked from commit 558ec54da33c6cbd321cceb8f035425c4c73a356)
---
sys/netpfil/pf/pf_ioctl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/netpfil/pf/pf_ioctl.c b/sys/netpfil/pf/pf_ioctl.c
index c765ee65c9bc..00021655605b 100644
--- a/sys/netpfil/pf/pf_ioctl.c
+++ b/sys/netpfil/pf/pf_ioctl.c
@@ -5047,7 +5047,7 @@ done:
}
/*
- * XXX - Check for version missmatch!!!
+ * XXX - Check for version mismatch!!!
*/
static void
pf_clear_all_states(void)
@@ -5475,7 +5475,7 @@ errout:
}
/*
- * XXX - Check for version missmatch!!!
+ * XXX - Check for version mismatch!!!
*/
/*