X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/dbb27a0a90ca3800f5be1d8170e404b9e7b9bc44..d98b03b791154e92238a91f72d83fe0b01495b08:/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;