From: Runzhen Wang Date: Wed, 31 Oct 2012 18:14:22 +0000 (+0800) Subject: fix a typo in redis.h line 595 comment X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/3f006679b1d96581c7ad8ea29d62381cb6a45c29 fix a typo in redis.h line 595 comment --- diff --git a/src/redis.h b/src/redis.h index b0bfcae4..64111e65 100644 --- a/src/redis.h +++ b/src/redis.h @@ -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;