]> git.saurik.com Git - redis.git/commitdiff
fix typo
authorhuangz1990 <huangz1990@gmail.com>
Thu, 15 Mar 2012 06:27:14 +0000 (14:27 +0800)
committerantirez <antirez@gmail.com>
Tue, 27 Mar 2012 21:04:40 +0000 (23:04 +0200)
src/dict.c

index 53e16be0ff22a1090cee4449c8813ce37050cc13..6fd4584eede5041eb69ee257fbf74400b15accdd 100644 (file)
@@ -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;