projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Macros ULONG_ONEZERO / ULONG_ZEROONE were inverted in #ifdef to test 32/64 bit arch.
[redis.git]
/
src
/
dict.c
diff --git
a/src/dict.c
b/src/dict.c
index 53e16be0ff22a1090cee4449c8813ce37050cc13..6fd4584eede5041eb69ee257fbf74400b15accdd 100644
(file)
--- a/
src/dict.c
+++ b/
src/dict.c
@@
-150,7
+150,7
@@
int _dictInit(dict *d, dictType *type,
}
/* Resize the table to the minimal size that contains all the elements,
- * but with the invariant of a USE
R
/BUCKETS ratio near to <= 1 */
+ * but with the invariant of a USE
D
/BUCKETS ratio near to <= 1 */
int dictResize(dict *d)
{
int minimal;