Fix a typo.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2016-10-07 00:35:28 +00:00
parent a88d6d7e07
commit 07c1f95976
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306794

View File

@ -1432,7 +1432,7 @@ find_pfxlist_reachable_router(struct nd_prefix *pr)
* 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.