From 7cfb2cec61d1a9376dd9b64e030a2c578621ea88 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 19 Dec 1998 00:15:50 +0000 Subject: [PATCH] fix comment --- lib/isc/symtab.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/isc/symtab.c b/lib/isc/symtab.c index b566f17e3e..0559eb8ea2 100644 --- a/lib/isc/symtab.c +++ b/lib/isc/symtab.c @@ -197,9 +197,7 @@ isc_symtab_define(isc_symtab_t *symtab, char *key, unsigned int type, elt->value = value; /* - * We prepend so that a 'type 0' lookup will return the most - * recent definition, and a 'type 0' undefine will undefine the - * most recent definition. + * We prepend so that the most recent definition will be found. */ PREPEND(symtab->table[bucket], elt, link);