netinet6: Fix a typo in a source code comment

- s/maping/mapping/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 18:52:38 +02:00
parent 79438267b3
commit c55ecce1c1

View file

@ -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.
*/