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 <[email protected]>
AuthorDate: 2022-04-09 06:57:18 +0000
Commit:     Gordon Bergling <[email protected]>
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

Reply via email to