sys/netinet6: fix typos in comments. No functional change.

MFC after:	3 weeks
Sponsored by:	Spectra Logic Corp
This commit is contained in:
Alan Somers 2018-01-23 19:40:05 +00:00
parent 13811ec82e
commit 81e04458b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328296
2 changed files with 2 additions and 2 deletions

View File

@ -1454,7 +1454,7 @@ in6ifa_ifpforlinklocal(struct ifnet *ifp, int ignoreflags)
/*
* find the internet address corresponding to a given address.
* find the interface address corresponding to a given IPv6 address.
* ifaddr is returned referenced.
*/
struct in6_ifaddr *

View File

@ -411,7 +411,7 @@ in6_setscope(struct in6_addr *in6, struct ifnet *ifp, u_int32_t *ret_id)
if (scope == IPV6_ADDR_SCOPE_INTFACELOCAL ||
scope == IPV6_ADDR_SCOPE_LINKLOCAL) {
/*
* Currently we use interface indeces as the
* Currently we use interface indices as the
* zone IDs for interface-local and link-local
* scopes.
*/