X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/b362c111daa0939f86123cb6fb82fbb389cffc7b..3126e087572077a28ccd5ec9d97e55f44dc52547:/src/dict.c diff --git a/src/dict.c b/src/dict.c index 53e16be0..6fd4584e 100644 --- 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 USER/BUCKETS ratio near to <= 1 */ + * but with the invariant of a USED/BUCKETS ratio near to <= 1 */ int dictResize(dict *d) { int minimal;