Date: Thu, 14 Apr 2022 06:44:50 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: 646761495b30 - stable/12 - netpfil: Fix a typo in a source code comment Message-ID: <202204140644.23E6io2l096470@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=646761495b302e071380d5ea479ad57d41b33f2a commit 646761495b302e071380d5ea479ad57d41b33f2a Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 06:57:18 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:30:53 +0000 netpfil: Fix a typo in a source code comment - s/maintance/maintenance/ (cherry picked from commit 647baadf3c8a2965c0b0feb6dba344c275fdcbf3) --- sys/netpfil/ipfw/nat64/nat64lsn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfw/nat64/nat64lsn.c b/sys/netpfil/ipfw/nat64/nat64lsn.c index ab77a071bcdb..42cb38307a6f 100644 --- a/sys/netpfil/ipfw/nat64/nat64lsn.c +++ b/sys/netpfil/ipfw/nat64/nat64lsn.c @@ -970,7 +970,7 @@ nat64lsn_maintain_hosts(struct nat64lsn_cfg *cfg) #endif /* - * This procedure is used to perform various maintance + * This procedure is used to perform various maintenance * on dynamic hash list. Currently it is called every 4 seconds. */ static void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140644.23E6io2l096470>