Commit d9462d27 authored by xuxiang's avatar xuxiang Committed by Matt Stancliff
Browse files

Fix typo in redis.h

Closes #1386
parent f62f00e0
......@@ -499,7 +499,7 @@ typedef struct readyList {
} readyList;
/* With multiplexing we need to take per-client state.
* Clients are taken in a liked list. */
* Clients are taken in a linked list. */
typedef struct redisClient {
uint64_t id; /* Client incremental unique ID. */
int fd;
......
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