Date: Thu, 22 Feb 2018 02:15:45 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r329791 - stable/11/sys/netinet6 Message-ID: <201802220215.w1M2FjPr062937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Thu Feb 22 02:15:45 2018 New Revision: 329791 URL: https://svnweb.freebsd.org/changeset/base/329791 Log: MFC r328296: sys/netinet6: fix typos in comments. No functional change. Sponsored by: Spectra Logic Corp Modified: stable/11/sys/netinet6/in6.c stable/11/sys/netinet6/scope6.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/netinet6/in6.c ============================================================================== --- stable/11/sys/netinet6/in6.c Thu Feb 22 02:14:43 2018 (r329790) +++ stable/11/sys/netinet6/in6.c Thu Feb 22 02:15:45 2018 (r329791) @@ -1449,7 +1449,7 @@ in6ifa_ifpforlinklocal(struct ifnet *ifp, int ignorefl /* - * 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 * Modified: stable/11/sys/netinet6/scope6.c ============================================================================== --- stable/11/sys/netinet6/scope6.c Thu Feb 22 02:14:43 2018 (r329790) +++ stable/11/sys/netinet6/scope6.c Thu Feb 22 02:15:45 2018 (r329791) @@ -409,7 +409,7 @@ in6_setscope(struct in6_addr *in6, struct ifnet *ifp, 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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802220215.w1M2FjPr062937>