]> git.saurik.com Git - redis.git/commitdiff
fix a typo in redis.h line 595 comment
authorRunzhen Wang <sea11274@mail.ustc.edu.cn>
Wed, 31 Oct 2012 18:14:22 +0000 (02:14 +0800)
committerantirez <antirez@gmail.com>
Fri, 2 Nov 2012 11:12:01 +0000 (12:12 +0100)
src/redis.h

index b0bfcae4819dc1f8b94a4bfc63f7b16f130ca227..64111e65c2c6d3622f0ea3599eaf486275dd84fb 100644 (file)
@@ -465,7 +465,7 @@ typedef struct redisOpArray {
 struct redisServer {
     /* General */
     redisDb *db;
-    dict *commands;             /* Command table hahs table */
+    dict *commands;             /* Command table hash table */
     aeEventLoop *el;
     unsigned lruclock:22;       /* Clock incrementing every minute, for LRU */
     unsigned lruclock_padding:10;