Skip to content

Commit 90b7536

Browse files
committed
fix typo
Signed-off-by: Ran Shidlansik <ranshid@amazon.com>
1 parent fcce92b commit 90b7536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/t_hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ size_t hashTypeEntryMemUsage(hashTypeEntry *entry) {
301301

302302
if (entryHasValuePtr(entry)) {
303303
/* 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. */
304+
* header could be too small for holding the real allocation size. */
305305
mem += zmalloc_usable_size(hashTypeEntryAllocPtr(entry));
306306
} else {
307307
mem += sdsReqSize(sdslen(entry), sdsType(entry));

0 commit comments

Comments
 (0)