Merge pull request #741 from Run/typo

fix a typo in redis.h line 595 comment
This commit is contained in:
Salvatore Sanfilippo 2012-11-02 04:10:47 -07:00
commit 06851a93de

View File

@ -593,7 +593,7 @@ typedef struct {
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;