mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
netinet6: Fix two typos in source code comments
- s/adddress/address/ MFC after: 3 days
This commit is contained in:
parent
b971c51a4d
commit
496432f192
@ -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.
|
||||
*/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user