summaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:13:35 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:13:35 +0000
commitc48c0739ad112a7554498ab38cf64f5a01229b09 (patch)
tree1f257171a206fec64054d98178eb0abe8c6a3509 /sbin/routed
parent767fecd093f3ad819d9de8df79cdc789a77a77e7 (diff)
typo from alexey dobriyan;
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/radix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c
index 4c5e5b8cb71..706954d6108 100644
--- a/sbin/routed/radix.c
+++ b/sbin/routed/radix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: radix.c,v 1.3 2004/12/22 00:54:39 david Exp $ */
+/* $OpenBSD: radix.c,v 1.4 2006/02/06 17:13:34 jmc Exp $ */
/* $NetBSD: radix.c,v 1.20 2003/08/07 16:32:56 agc Exp $ */
/*
@@ -96,7 +96,7 @@ static struct radix_mask *rn_new_radix_mask(struct radix_node *,
* node as high in the tree as we can go.
*
* The present version of the code makes use of normal routes in short-
- * circuiting an explict mask and compare operation when testing whether
+ * circuiting an explicit mask and compare operation when testing whether
* a key satisfies a normal route, and also in remembering the unique leaf
* that governs a subtree.
*/