From 315fc7d501a2753fd35b5b17f05276a71c800621 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 8 Mar 2026 18:22:09 +0200 Subject: doc: nit --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3