summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-20 18:32:40 +0000
committerJim Meyering <jim@meyering.net>1997-09-20 18:32:40 +0000
commite760bf3708954aa3389cdf93ef000aa601f31356 (patch)
treeb66beb3a396c48a3ca894af36424b7e71d5f543b /lib
parent5f20a181aac0838d6b76bb136b99d163eae527f5 (diff)
downloadcoreutils-e760bf3708954aa3389cdf93ef000aa601f31356.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/hash.c2
1 files changed, 1 insertions, 1 deletions
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