netinet6: Fix two typos in source code comments

- s/adddress/address/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-22 21:48:34 +01:00
parent b971c51a4d
commit 496432f192
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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