Date: Tue, 25 Oct 2022 02:33:18 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 558ec54da33c - main - netpfil: Fix two typos in source code comments Message-ID: <202210250233.29P2XIZb009803@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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!!! */ /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210250233.29P2XIZb009803>