Date: Mon, 7 Feb 2022 13:56:14 GMT From: Cy Schubert <cy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6de19c601624 - stable/12 - ipfilter: Correct a typo in a comment Message-ID: <202202071356.217DuE4C085622@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=6de19c6016245f1b6ad01e6f87804cacd0e51c56 commit 6de19c6016245f1b6ad01e6f87804cacd0e51c56 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-02-02 03:55:56 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-02-07 13:55:14 +0000 ipfilter: Correct a typo in a comment (cherry picked from commit 445ecc480c48c02ad89ee97a17c4aa797f464ac3) --- sys/netpfil/ipfilter/netinet/ip_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfilter/netinet/ip_nat.c b/sys/netpfil/ipfilter/netinet/ip_nat.c index 038e95bdae32..f448ce19b46a 100644 --- a/sys/netpfil/ipfilter/netinet/ip_nat.c +++ b/sys/netpfil/ipfilter/netinet/ip_nat.c @@ -1710,7 +1710,7 @@ ipf_nat_getsz(ipf_main_softc_t *softc, caddr_t data, int getlock) } /* - * Incluse any space required for proxy data structures. + * Include any space required for proxy data structures. */ ng.ng_sz = sizeof(nat_save_t); aps = nat->nat_aps;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202071356.217DuE4C085622>