git: 0b3e2585dc45 - stable/12 - netpfil: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Oct 2022 09:00:00 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=0b3e2585dc452bb1c2b4b5da56ef1f8d73b8a15c
commit 0b3e2585dc452bb1c2b4b5da56ef1f8d73b8a15c
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:59:17 +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 9cbe1859cd6b..d68b95ec99b9 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!!!
*/
/*