summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Parker <michael.g.parker@gmail.com>2013-10-29 11:28:19 -0700
committerMatt Stancliff <matt@genges.com>2014-09-29 06:49:07 -0400
commitfc8f7ec7656487b8f7dea14d33dbdbb2c6b6f470 (patch)
treef068b46185cdebe40f718f6003323b216ed325c8 /src
parent39be4bf496fc0b045b7d8d1ff58f109c05f163da (diff)
downloadredis-fc8f7ec7656487b8f7dea14d33dbdbb2c6b6f470.tar.gz
Fix hash table size in comment for dictScan
Closes #1351
Diffstat (limited to 'src')
-rw-r--r--src/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dict.c b/src/dict.c
index 8eb3da34b..324663853 100644
--- a/src/dict.c
+++ b/src/dict.c
@@ -718,7 +718,7 @@ static unsigned long rev(unsigned long v) {
*
* The function guarantees that all the elements that are present in the
* dictionary from the start to the end of the iteration are returned.
- * However it is possible that some element is returned multiple time.
+ * However it is possible that some element is returned multiple times.
*
* For every element returned, the callback 'fn' passed as argument is
* called, with 'privdata' as first argument and the dictionar entry