git: a09ba16975f8 - stable/13 - ipfilter: Correct a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 13:52:14 UTC
The branch stable/13 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=a09ba16975f81e64dc926e5b846e8d7a7198a681 commit a09ba16975f81e64dc926e5b846e8d7a7198a681 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:51:18 +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 b3f654959673..fd9429a623dd 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;