diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-03-08 18:22:09 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-03-08 18:22:09 +0200 |
| commit | 315fc7d501a2753fd35b5b17f05276a71c800621 (patch) | |
| tree | 4eb7da383b05ec388b5c5342999eac9064c9c144 | |
| parent | e10a5a553f4733dcbbd1f1ed583e7dc083ad726a (diff) | |
doc: nit
| -rw-r--r-- | config.h.in | 2 |
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) |