Commit 06851a93 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo
Browse files

Merge pull request #741 from Run/typo

fix a typo in redis.h line 595 comment
parents 05d8e2c9 c23c657c
...@@ -593,7 +593,7 @@ typedef struct { ...@@ -593,7 +593,7 @@ typedef struct {
struct redisServer { struct redisServer {
/* General */ /* General */
redisDb *db; redisDb *db;
dict *commands; /* Command table hahs table */ dict *commands; /* Command table hash table */
aeEventLoop *el; aeEventLoop *el;
unsigned lruclock:22; /* Clock incrementing every minute, for LRU */ unsigned lruclock:22; /* Clock incrementing every minute, for LRU */
unsigned lruclock_padding:10; unsigned lruclock_padding:10;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment