Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 07:14:45 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 647baadf3c8a - main - netpfil: Fix a typo in a source code comment
Message-ID:  <202204090714.2397Ej6f017239@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=647baadf3c8a2965c0b0feb6dba344c275fdcbf3

commit 647baadf3c8a2965c0b0feb6dba344c275fdcbf3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:57:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 07:13:46 +0000

    netpfil: Fix a typo in a source code comment
    
    - s/maintance/maintenance/
    
    MFC after:      3 days
---
 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 90c27cabdf29..9616ecb29a0b 100644
--- a/sys/netpfil/ipfw/nat64/nat64lsn.c
+++ b/sys/netpfil/ipfw/nat64/nat64lsn.c
@@ -969,7 +969,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?202204090714.2397Ej6f017239>