Date: Sun, 7 Jan 2024 11:45:03 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: 9d181794c8d8 - stable/13 - ipfw(4): Fix a typo in a source code comment Message-ID: <202401071145.407Bj3nS006043@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=9d181794c8d8ee098e99a8f94649328c181052c9 commit 9d181794c8d8ee098e99a8f94649328c181052c9 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-12-27 08:38:43 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-07 11:43:38 +0000 ipfw(4): Fix a typo in a source code comment - s/preserv/preserve/ (cherry picked from commit f795d5458b2a9ce114b4e177d34705a53824edd2) --- sys/netpfil/ipfw/ip_dummynet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfw/ip_dummynet.c b/sys/netpfil/ipfw/ip_dummynet.c index 81448565599f..0a46c6bec268 100644 --- a/sys/netpfil/ipfw/ip_dummynet.c +++ b/sys/netpfil/ipfw/ip_dummynet.c @@ -1720,7 +1720,7 @@ config_sched(struct dn_sch *_nsch, struct dn_id *arg) int i; struct dn_link p; /* copy of oldlink */ struct dn_profile *pf = NULL; /* copy of old link profile */ - /* Used to preserv mask parameter */ + /* Used to preserve mask parameter */ struct ipfw_flow_id new_mask; int new_buckets = 0; int new_flags = 0;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401071145.407Bj3nS006043>