summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-28 14:43:19 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-28 14:43:19 +0000
commit90c28ef70dbb7d7bcefba3b445caae846bcc73b1 (patch)
treefa466ec9e97dabb5a354854c2ab5c361482a62e8
parent61f8bc1c82d9aab917529611effaad633782e457 (diff)
typo in comment
From: Dries Schellekens <gwyllion@ace.ulyssis.org>
-rw-r--r--usr.sbin/bgpd/kroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/kroute.c b/usr.sbin/bgpd/kroute.c
index f09ff151e5f..e16b878cf8b 100644
--- a/usr.sbin/bgpd/kroute.c
+++ b/usr.sbin/bgpd/kroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kroute.c,v 1.42 2003/12/27 18:43:36 henning Exp $ */
+/* $OpenBSD: kroute.c,v 1.43 2003/12/28 14:43:18 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -618,7 +618,7 @@ kroute_match(in_addr_t key)
return (kr);
}
- /* if we don't have a match yet, try to find a defautl route */
+ /* if we don't have a match yet, try to find a default route */
s.r.prefix = 0;
s.r.prefixlen = 0;
if ((kr = RB_FIND(kroute_tree, &krt, &s)) != NULL)