summaryrefslogtreecommitdiff
path: root/lib/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash.h')
-rw-r--r--lib/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash.h b/lib/hash.h
index 4cb772e5..a6dd5319 100644
--- a/lib/hash.h
+++ b/lib/hash.h
@@ -41,7 +41,7 @@ struct hash
/* Hash backet. */
struct hash_backet **index;
- /* Hash table size. */
+ /* Hash table size. Must be power of 2 */
unsigned int size;
/* Key make function. */