diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-02-21 13:03:00 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-02-21 13:03:00 +0000 |
commit | 9b7aea669cd96a62cd1fcfef410c57217dc11711 (patch) | |
tree | cbd4359802d41814ed311969bbf7f5428af57baf /usr.sbin/ospfd | |
parent | a6c9863b478a7b9218b83cb31dfb42a9ed8b3fe1 (diff) |
Better English in comments.
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/ospfe.c | 4 | ||||
-rw-r--r-- | usr.sbin/ospfd/rde.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c index 37bbca7d7f2..eae1cb9c99e 100644 --- a/usr.sbin/ospfd/ospfe.c +++ b/usr.sbin/ospfd/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.39 2006/02/19 18:52:06 norby Exp $ */ +/* $OpenBSD: ospfe.c,v 1.40 2006/02/21 13:02:59 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -504,7 +504,7 @@ ospfe_dispatch_rde(int fd, short event, void *bula) * IMSG_LS_ACK is used in two cases: * 1. LSA was a duplicate * 2. LS age is MaxAge and there is no current - * instance in the DB plus no neighbor is state + * instance in the DB plus no neighbor in state * Exchange or Loading */ nbr = nbr_find_peerid(imsg.hdr.peerid); diff --git a/usr.sbin/ospfd/rde.c b/usr.sbin/ospfd/rde.c index e5ec6df2528..8b78008544e 100644 --- a/usr.sbin/ospfd/rde.c +++ b/usr.sbin/ospfd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.39 2006/02/10 18:30:47 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.40 2006/02/21 13:02:59 claudio Exp $ */ /* * Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org> @@ -422,7 +422,7 @@ rde_dispatch_imsg(int fd, short event, void *bula) * point 6 of "The Flooding Procedure" * We are violating the RFC here because * it does not make sense to reset a session - * because a equal LSA is already in the table. + * because an equal LSA is already in the table. * Only if the LSA sent is older than the one * in the table we should reset the session. */ |