Fix typo in redis.h

Closes #1386
This commit is contained in:
xuxiang 2013-11-20 14:14:27 +08:00 committed by Matt Stancliff
parent f62f00e062
commit d9462d2780

View File

@ -499,7 +499,7 @@ typedef struct readyList {
} readyList; } readyList;
/* With multiplexing we need to take per-client state. /* 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 { typedef struct redisClient {
uint64_t id; /* Client incremental unique ID. */ uint64_t id; /* Client incremental unique ID. */
int fd; int fd;