]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
fix a typo in redis.h line 595 comment
[redis.git] / 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;