diff --git a/sys/netinet6/nd6_nbr.c b/sys/netinet6/nd6_nbr.c index 7d89fcc4ee6..7b4fa7a8d8c 100644 --- a/sys/netinet6/nd6_nbr.c +++ b/sys/netinet6/nd6_nbr.c @@ -262,7 +262,7 @@ nd6_ns_input(struct mbuf *m, int off, int icmp6len) } if (ifa == NULL) { /* - * We've got an NS packet, and we don't have that adddress + * We've got an NS packet, and we don't have that address * assigned for us. We MUST silently ignore it. * See RFC2461 7.2.3. */ diff --git a/sys/netinet6/scope6.c b/sys/netinet6/scope6.c index f3cfd460254..0987ea7e99a 100644 --- a/sys/netinet6/scope6.c +++ b/sys/netinet6/scope6.c @@ -525,7 +525,7 @@ in6_getscopezone(const struct ifnet *ifp, int scope) } /* - * Extracts scope from adddress @dst, stores cleared address + * Extracts scope from address @dst, stores cleared address * inside @dst and zone inside @scopeid */ void