From 979f959fb567939cde8c11972cdf9cb9c7c36a6f Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 7 Aug 2000 19:30:58 +0000 Subject: [PATCH] fixed incomplete sentence --- lib/dns/include/dns/rbt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/rbt.h b/lib/dns/include/dns/rbt.h index 0a770def57..6e58e0e6a7 100644 --- a/lib/dns/include/dns/rbt.h +++ b/lib/dns/include/dns/rbt.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbt.h,v 1.47 2000/08/03 19:46:37 bwelling Exp $ */ +/* $Id: rbt.h,v 1.48 2000/08/07 19:30:58 gson Exp $ */ #ifndef DNS_RBT_H #define DNS_RBT_H 1 @@ -573,7 +573,7 @@ dns_rbt_namefromnode(dns_rbtnode_t *node, dns_name_t *name); unsigned int dns_rbt_nodecount(dns_rbt_t *rbt); /* - * Obtain the number of nodes tree of trees. + * Obtain the number of nodes in the tree of trees. * * Requires: * rbt is a valid rbt manager.