git: 558ec54da33c - main - netpfil: Fix two typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 02:33:18 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=558ec54da33c6cbd321cceb8f035425c4c73a356
commit 558ec54da33c6cbd321cceb8f035425c4c73a356
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 02:32:59 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-25 02:32:59 +0000
netpfil: Fix two typos in source code comments
- s/missmatch/mismatch/
MFC after: 3 days
---
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 e7a5bb084ee5..3ce74963a1e9 100644
--- a/sys/netpfil/pf/pf_ioctl.c
+++ b/sys/netpfil/pf/pf_ioctl.c
@@ -5895,7 +5895,7 @@ done:
}
/*
- * XXX - Check for version missmatch!!!
+ * XXX - Check for version mismatch!!!
*/
static void
pf_clear_all_states(void)
@@ -6323,7 +6323,7 @@ errout:
}
/*
- * XXX - Check for version missmatch!!!
+ * XXX - Check for version mismatch!!!
*/
/*