2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

fixed incomplete sentence

This commit is contained in:
Andreas Gustafsson 2000-08-07 19:30:58 +00:00
parent 558d650478
commit 979f959fb5

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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 #ifndef DNS_RBT_H
#define DNS_RBT_H 1 #define DNS_RBT_H 1
@ -573,7 +573,7 @@ dns_rbt_namefromnode(dns_rbtnode_t *node, dns_name_t *name);
unsigned int unsigned int
dns_rbt_nodecount(dns_rbt_t *rbt); 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: * Requires:
* rbt is a valid rbt manager. * rbt is a valid rbt manager.