summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2005-05-01 17:35:28 +0000
committerDavid Krause <david@cvs.openbsd.org>2005-05-01 17:35:28 +0000
commit5903b9eb3920fa9357413958c41ec14c8c7b1737 (patch)
tree50e28abd71964b7d25cee3792600af395ec50e13 /usr.sbin/ospfd
parent240d9f8257be4849c78d3a0b31ae82ff3269c142 (diff)
spelling
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r--usr.sbin/ospfd/neighbor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/neighbor.c b/usr.sbin/ospfd/neighbor.c
index 4eddf908738..5731cff39e2 100644
--- a/usr.sbin/ospfd/neighbor.c
+++ b/usr.sbin/ospfd/neighbor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: neighbor.c,v 1.15 2005/04/12 09:54:59 claudio Exp $ */
+/* $OpenBSD: neighbor.c,v 1.16 2005/05/01 17:35:27 david Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -489,7 +489,7 @@ nbr_adj_ok(struct nbr *nbr)
case IF_TYPE_NBMA:
/*
* if neighbor is dr, bdr or router self is dr or bdr
- * start forming adjacancy
+ * start forming adjacency
*/
if (iface->dr == nbr || iface->bdr == nbr ||
iface->state & IF_STA_DRORBDR)