git: 445ecc480c48 - main - ipfilter: Correct a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Feb 2022 04:07:14 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=445ecc480c48c02ad89ee97a17c4aa797f464ac3 commit 445ecc480c48c02ad89ee97a17c4aa797f464ac3 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-02-02 03:55:56 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-02-02 03:55:56 +0000 ipfilter: Correct a typo in a comment MFC after: 3 days --- 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 8e9d555395ff..47a4802fa441 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;