From 90c28ef70dbb7d7bcefba3b445caae846bcc73b1 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Sun, 28 Dec 2003 14:43:19 +0000 Subject: typo in comment From: Dries Schellekens --- usr.sbin/bgpd/kroute.c | 4 ++-- 1 file 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 @@ -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) -- cgit v1.2.3