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/ospfe.c | |
parent | a6c9863b478a7b9218b83cb31dfb42a9ed8b3fe1 (diff) |
Better English in comments.
Diffstat (limited to 'usr.sbin/ospfd/ospfe.c')
-rw-r--r-- | usr.sbin/ospfd/ospfe.c | 4 |
1 files changed, 2 insertions, 2 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); |