2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

fix comment

This commit is contained in:
Bob Halley
1998-12-19 00:15:50 +00:00
parent 9695806934
commit 7cfb2cec61

View File

@@ -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);