# HG changeset patch # User Jim Meyering # Date 874780360 0 # Node ID 9496653f8515601386415259b0910a370498502c # Parent eed1d91067c8f420476e8b9547307571c9c77a36 *** empty log message *** diff --git a/lib/hash.c b/lib/hash.c --- a/lib/hash.c +++ b/lib/hash.c @@ -169,7 +169,7 @@ 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