svn commit: r306794 - head/sys/netinet6

Mark Johnston markj at FreeBSD.org
Fri Oct 7 00:35:29 UTC 2016


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.


More information about the svn-src-all mailing list