Date: Fri, 7 Oct 2016 00:35:28 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r306794 - head/sys/netinet6 Message-ID: <201610070035.u970ZSfM052059@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Fri Oct 7 00:35:28 2016 New Revision: 306794 URL: https://svnweb.freebsd.org/changeset/base/306794 Log: Fix a typo. MFC after: 1 week Modified: head/sys/netinet6/nd6_rtr.c Modified: head/sys/netinet6/nd6_rtr.c ============================================================================== --- head/sys/netinet6/nd6_rtr.c Fri Oct 7 00:34:57 2016 (r306793) +++ head/sys/netinet6/nd6_rtr.c Fri Oct 7 00:35:28 2016 (r306794) @@ -1432,7 +1432,7 @@ find_pfxlist_reachable_router(struct nd_ * we have moved from the network but the lifetime of the prefix has not * expired yet. So we should not use the prefix if there is another prefix * that has an available router. - * But, if there is no prefix that has an available router, we still regards + * But, if there is no prefix that has an available router, we still regard * all the prefixes as on-link. This is because we can't tell if all the * routers are simply dead or if we really moved from the network and there * is no router around us.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610070035.u970ZSfM052059>