The branch main has been updated by gbe (doc committer):

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

commit c55ecce1c1834cd026926fe4d1f21d7cef1c14f1
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-03-27 16:52:38 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-03-28 17:32:10 +0000

    netinet6: Fix a typo in a source code comment
    
    - s/maping/mapping/
    
    MFC after:      3 days
---
 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 07a4c2cbe7e5..9bd859a01004 100644
--- a/sys/netinet6/nd6_rtr.c
+++ b/sys/netinet6/nd6_rtr.c
@@ -2443,7 +2443,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.
                 */

Reply via email to