From 9448ddb0c63b8a00cd3cc9638a1bf5567e07bf78 Mon Sep 17 00:00:00 2001 From: huangz1990 Date: Thu, 15 Mar 2012 14:27:14 +0800 Subject: [PATCH] fix typo --- src/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dict.c b/src/dict.c index 53e16be0f..6fd4584ee 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;