Skip to content

Commit

Permalink
English grammar in a comment line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Jul 22, 2001
1 parent ff66656 commit a0af3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/nd6_rtr.c
@@ -1,4 +1,4 @@
/* $KAME: nd6_rtr.c,v 1.143 2001/07/21 10:45:38 itojun Exp $ */
/* $KAME: nd6_rtr.c,v 1.144 2001/07/22 01:13:11 jinmei Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -811,7 +811,7 @@ defrouter_select()

if (installcount == 0) {
/*
* None of the default router was found to be reachable.
* None of the default routers was found to be reachable.
* Install all routers with highest preference.
*/
installedpref = rtpref(TAILQ_FIRST(&nd_defrouter));
Expand Down

0 comments on commit a0af3ba

Please sign in to comment.