Date: Thu, 25 Jan 2024 06:53:07 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 416cd6de3b83 - stable/13 - netpfil: Fix a typo in a source code comment Message-ID: <202401250653.40P6r7aS034544@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=416cd6de3b83710421997fb29f22d77797448a8a commit 416cd6de3b83710421997fb29f22d77797448a8a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:50:57 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-25 06:51:47 +0000 netpfil: Fix a typo in a source code comment - s/strucutre/structure/ (cherry picked from commit cde9ec6a451d22ad65fbe602dc57135177c0a865) --- sys/netpfil/ipfilter/netinet/ip_pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfilter/netinet/ip_pool.c b/sys/netpfil/ipfilter/netinet/ip_pool.c index 99394232fc2f..22f687d3a4fe 100644 --- a/sys/netpfil/ipfilter/netinet/ip_pool.c +++ b/sys/netpfil/ipfilter/netinet/ip_pool.c @@ -1098,7 +1098,7 @@ ipf_pool_flush(ipf_main_softc_t *softc, void *arg, iplookupflush_t *fp) /* ipo(I) - pointer to pool structure */ /* Locks: WRITE(ipf_poolrw) or WRITE(ipf_global) */ /* */ -/* Deletes the pool strucutre passed in from the list of pools and deletes */ +/* Deletes the pool structure passed in from the list of pools and deletes */ /* all of the address information stored in it, including any tree data */ /* structures also allocated. */ /* */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250653.40P6r7aS034544>