From 3f006679b1d96581c7ad8ea29d62381cb6a45c29 Mon Sep 17 00:00:00 2001 From: Runzhen Wang Date: Thu, 1 Nov 2012 02:14:22 +0800 Subject: [PATCH] fix a typo in redis.h line 595 comment --- src/redis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2