summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2006-02-21 13:02:59 +0000
committerclaudio <claudio@openbsd.org>2006-02-21 13:02:59 +0000
commitc67f906578d31ab0c3ddf5878e9bd814cce07bb8 (patch)
tree093154ab40660bf54bcdfbdd96cd149527cb819a
parentThe new default encryption algorithm for main mode is AES instead of 3DES. (diff)
downloadwireguard-openbsd-c67f906578d31ab0c3ddf5878e9bd814cce07bb8.tar.xz
wireguard-openbsd-c67f906578d31ab0c3ddf5878e9bd814cce07bb8.zip
Better English in comments.
-rw-r--r--usr.sbin/ospfd/ospfe.c4
-rw-r--r--usr.sbin/ospfd/rde.c4
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.
*/