summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/interface.c
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2005-10-19 21:43:20 +0000
committerclaudio <claudio@openbsd.org>2005-10-19 21:43:20 +0000
commit611e3786d0b8ebef18c2b75f5e0d90d0800d636e (patch)
tree33aa565d623f5b154982cd35c30c2c619a8c84a0 /usr.sbin/ospfd/interface.c
parentAdded SMIC interface code (diff)
downloadwireguard-openbsd-611e3786d0b8ebef18c2b75f5e0d90d0800d636e.tar.xz
wireguard-openbsd-611e3786d0b8ebef18c2b75f5e0d90d0800d636e.zip
fix some spellings in comments.
Diffstat (limited to 'usr.sbin/ospfd/interface.c')
-rw-r--r--usr.sbin/ospfd/interface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/interface.c b/usr.sbin/ospfd/interface.c
index cc3b24860c9..9534244682a 100644
--- a/usr.sbin/ospfd/interface.c
+++ b/usr.sbin/ospfd/interface.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: interface.c,v 1.37 2005/10/18 15:40:36 claudio Exp $ */
+/* $OpenBSD: interface.c,v 1.38 2005/10/19 21:43:20 claudio Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -417,7 +417,7 @@ start:
continue;
if (bdr != NULL) {
/*
- * routers announcing themselfs as BDR have higher
+ * routers announcing themselves as BDR have higher
* precedence over those routers announcing a
* different BDR.
*/
@@ -460,7 +460,7 @@ start:
(iface->self == bdr && iface->self != iface->bdr) ||
(iface->self != bdr && iface->self == iface->bdr))) {
/*
- * Reset announced DR/DBR to calculated one, so
+ * Reset announced DR/BDR to calculated one, so
* that we may get elected in the second round.
* This is needed to drop from a DR to a BDR.
*/