From 496432f192165b8700da4b0ab8ebdd253002e265 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 22 Jan 2024 21:48:34 +0100 Subject: [PATCH] netinet6: Fix two typos in source code comments - s/adddress/address/ MFC after: 3 days --- sys/netinet6/nd6_nbr.c | 2 +- sys/netinet6/scope6.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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