From: huangz1990 Date: Thu, 15 Mar 2012 06:27:14 +0000 (+0800) Subject: fix typo X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/085aaef325ff841dbf412861b238b7e093b2867d fix typo --- 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;