summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2010-10-01 13:29:25 +0000
committerclaudio <claudio@openbsd.org>2010-10-01 13:29:25 +0000
commitd165a0eeb4b2d861b0d08d8e5381093f923de907 (patch)
treefe4e6c296828e10877bae455a4b4199116e9e116
parentthe grammar of my last commit worked with mandoc, but didn't work with nroff; (diff)
downloadwireguard-openbsd-d165a0eeb4b2d861b0d08d8e5381093f923de907.tar.xz
wireguard-openbsd-d165a0eeb4b2d861b0d08d8e5381093f923de907.zip
Reword a comment
-rw-r--r--usr.sbin/ospfd/ospfe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c
index 8f658565bf3..200d8a65c3b 100644
--- a/usr.sbin/ospfd/ospfe.c
+++ b/usr.sbin/ospfd/ospfe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfe.c,v 1.76 2010/06/28 23:02:07 bluhm Exp $ */
+/* $OpenBSD: ospfe.c,v 1.77 2010/10/01 13:29:25 claudio Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -547,8 +547,8 @@ ospfe_dispatch_rde(int fd, short event, void *bula)
}
} else {
/*
- * flood on all area interfaces on
- * area 0.0.0.0 include also virtual links.
+ * Flood on all area interfaces. For
+ * area 0.0.0.0 include the virtual links.
*/
area = nbr->iface->area;
LIST_FOREACH(iface, &area->iface_list, entry) {