summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/kroute.c
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2009-04-26 12:48:06 +0000
committersthen <sthen@openbsd.org>2009-04-26 12:48:06 +0000
commitcc63418d10b7683fbd35782ba46f5beac483a6a7 (patch)
treec584d65d45ce6c260ae07dd5b3f8a3b3ddecfa1c /usr.sbin/ospfd/kroute.c
parentremove "set require-order no", it is now the default (diff)
downloadwireguard-openbsd-cc63418d10b7683fbd35782ba46f5beac483a6a7.tar.xz
wireguard-openbsd-cc63418d10b7683fbd35782ba46f5beac483a6a7.zip
comment typos; no binary change
Diffstat (limited to 'usr.sbin/ospfd/kroute.c')
-rw-r--r--usr.sbin/ospfd/kroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/kroute.c b/usr.sbin/ospfd/kroute.c
index f9b0257f7bd..23a1a22639b 100644
--- a/usr.sbin/ospfd/kroute.c
+++ b/usr.sbin/ospfd/kroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kroute.c,v 1.67 2009/01/16 20:50:13 gollo Exp $ */
+/* $OpenBSD: kroute.c,v 1.68 2009/04/26 12:48:06 sthen Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -472,7 +472,7 @@ kr_redist_eval(struct kroute *kr, struct rroute *rr)
if (kr->nexthop.s_addr == htonl(INADDR_LOOPBACK))
goto dont_redistribute;
- /* Should we redistrubute this route? */
+ /* Should we redistribute this route? */
if (!ospf_redistribute(kr, &metric))
goto dont_redistribute;