We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcce92b commit 90b7536Copy full SHA for 90b7536
1 file changed
src/t_hash.c
@@ -301,7 +301,7 @@ size_t hashTypeEntryMemUsage(hashTypeEntry *entry) {
301
302
if (entryHasValuePtr(entry)) {
303
/* In case the value is not embedded we might not be able to sum all the allocation sizes since the field
304
- * header could be too small for holding the reall allocation size. */
+ * header could be too small for holding the real allocation size. */
305
mem += zmalloc_usable_size(hashTypeEntryAllocPtr(entry));
306
} else {
307
mem += sdsReqSize(sdslen(entry), sdsType(entry));
0 commit comments