From 188544a42bbd8fba6044ee542d8fcd29da4ab2e9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Sep 1997 18:32:40 +0000 Subject: [PATCH] *** empty log message *** --- lib/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hash.c b/lib/hash.c index 1cb2339ca9..e9cf28ab6d 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 -- 2.30.2