summaryrefslogtreecommitdiff
path: root/sys/net/radix.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:37:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 17:37:29 +0000
commit1327f4d07532a559f7aa2205c8a4569a2c0828fb (patch)
treef8a78214425d8ab17b8a1ba14ce3ccbe9f51b3bc /sys/net/radix.c
parent8727b7c08864692c23d9230efd7281a0f85e6a85 (diff)
typos from alexey dobriyan;
Diffstat (limited to 'sys/net/radix.c')
-rw-r--r--sys/net/radix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/radix.c b/sys/net/radix.c
index 3dd794817bd..7f0650bf695 100644
--- a/sys/net/radix.c
+++ b/sys/net/radix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: radix.c,v 1.19 2005/05/15 16:40:09 henning Exp $ */
+/* $OpenBSD: radix.c,v 1.20 2006/02/06 17:37:28 jmc Exp $ */
/* $NetBSD: radix.c,v 1.20 2003/08/07 16:32:56 agc Exp $ */
/*
@@ -99,7 +99,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.
*/