git: 0bcc71f996fb - stable/13 - netinet6: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:35:38 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=0bcc71f996fb0f04399583e352912b0ed1aa8255 commit 0bcc71f996fb0f04399583e352912b0ed1aa8255 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:31:45 +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 cec9fccd63c4..67aa7d0d74be 100644 --- a/sys/netinet6/nd6_rtr.c +++ b/sys/netinet6/nd6_rtr.c @@ -2440,7 +2440,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. */