From: Jim Meyering Date: Sat, 20 Sep 1997 18:32:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: cvs-readonly~8137 X-Git-Url: https://erislabs.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=188544a42bbd8fba6044ee542d8fcd29da4ab2e9;p=gnulib.git *** empty log message *** --- diff --git a/lib/hash.c b/lib/hash.c index 1cb2339ca..e9cf28ab6 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -169,7 +169,7 @@ hash_get_table_size (const HT *ht) return ht->hash_table_size; } -/* TABLE_SIZE should be prime. If WHEN_TO_REHASH is positive, when +/* CANDIDATE_TABLE_SIZE need not be prime. If WHEN_TO_REHASH is positive, when that percentage of table entries have been used, the table is deemed too small; then a new, larger table (GROW_FACTOR times larger than the previous size) is allocated and all entries in