Fix typo in comment.

This commit is contained in:
wiz 2006-02-25 01:58:39 +00:00
parent 5a55d7f236
commit b82f53ae21
1 changed files with 2 additions and 2 deletions

4
dist/ipf/radix.c vendored
View File

@ -1,4 +1,4 @@
/* $NetBSD: radix.c,v 1.2 2005/03/13 10:44:40 he Exp $ */
/* $NetBSD: radix.c,v 1.3 2006/02/25 01:58:39 wiz Exp $ */
/*
* Copyright (c) 1988, 1989, 1993
@ -133,7 +133,7 @@ static int rn_freenode __P((struct radix_node *, void *));
* 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.
*/