aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 05bdc6e..1428726 100644
--- a/config.h.in
+++ b/config.h.in
@@ -147,7 +147,7 @@
#define DFM_DIR_MAX (1 << 15)
//
-// Size of hash table for directory entries (load factor ~0.66).
+// Size of hash table for directory entries.
// NOTE: Must be a power of 2.
//
#define DFM_DIR_HT_CAP (DFM_DIR_MAX << 1)