aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2018-01-23 19:40:05 +0000
committerAlan Somers <asomers@FreeBSD.org>2018-01-23 19:40:05 +0000
commit81e04458b838e542631d4636dce024d8c5767fa4 (patch)
tree24106e7b763e65df57aa62a8681429db7e68ad3f /sys/netinet6
parent13811ec82e56e38f31c88b5ddb3a06d71c9efa53 (diff)
Notes
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/in6.c2
-rw-r--r--sys/netinet6/scope6.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c
index 4a304cda291f..fa8f77f6729e 100644
--- a/sys/netinet6/in6.c
+++ b/sys/netinet6/in6.c
@@ -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 *
diff --git a/sys/netinet6/scope6.c b/sys/netinet6/scope6.c
index c0b0dba1a7ca..cc8e25e509b8 100644
--- a/sys/netinet6/scope6.c
+++ b/sys/netinet6/scope6.c
@@ -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.
*/