diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-04-26 12:48:07 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-04-26 12:48:07 +0000 |
commit | dae612b7b12f2237c227947ca69e88cd6eee5eb4 (patch) | |
tree | bb304e235fd9346a8e5ebaefdca280cc89017009 /usr.sbin/ospfd/interface.c | |
parent | 6d4451c73d4999e2350c9921a8d379e129621c55 (diff) |
comment typos; no binary change
Diffstat (limited to 'usr.sbin/ospfd/interface.c')
-rw-r--r-- | usr.sbin/ospfd/interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/interface.c b/usr.sbin/ospfd/interface.c index 5bc357b448c..f48fc97b767 100644 --- a/usr.sbin/ospfd/interface.c +++ b/usr.sbin/ospfd/interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.c,v 1.61 2009/01/01 22:50:13 claudio Exp $ */ +/* $OpenBSD: interface.c,v 1.62 2009/04/26 12:48:06 sthen Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -435,7 +435,7 @@ start: } if (dr == NULL) { - /* no designate router found use backup DR */ + /* no designated router found use backup DR */ dr = bdr; bdr = NULL; } |