git: 92ac740cc984 - stable/12 - netinet6: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 13:43:48 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=92ac740cc9846ea1d3e7fa397f685bb04546e4ae

commit 92ac740cc9846ea1d3e7fa397f685bb04546e4ae
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:52:38 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:40:13 +0000

    netinet6: Fix a typo in a source code comment
    
    - s/maping/mapping/
    
    (cherry picked from commit c55ecce1c1834cd026926fe4d1f21d7cef1c14f1)
---
 sys/netinet6/nd6_rtr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c
index fe0f0356a447..8c79c05ab655 100644
--- a/sys/netinet6/nd6_rtr.c
+++ b/sys/netinet6/nd6_rtr.c
@@ -2387,7 +2387,7 @@ nd6_setdefaultiface(int ifindex)
 			V_nd6_defifp = NULL;
 
 		/*
-		 * Our current implementation assumes one-to-one maping between
+		 * Our current implementation assumes one-to-one mapping between
 		 * interfaces and links, so it would be natural to use the
 		 * default interface as the default link.
 		 */