mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
fix comment
This commit is contained in:
@@ -197,9 +197,7 @@ isc_symtab_define(isc_symtab_t *symtab, char *key, unsigned int type,
|
|||||||
elt->value = value;
|
elt->value = value;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We prepend so that a 'type 0' lookup will return the most
|
* We prepend so that the most recent definition will be found.
|
||||||
* recent definition, and a 'type 0' undefine will undefine the
|
|
||||||
* most recent definition.
|
|
||||||
*/
|
*/
|
||||||
PREPEND(symtab->table[bucket], elt, link);
|
PREPEND(symtab->table[bucket], elt, link);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user