changeset 1035:9496653f8515

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 20 Sep 1997 18:32:40 +0000
parents eed1d91067c8
children 959139283fc7
files lib/hash.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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