Fix typo in redis.h

Closes #1386
This commit is contained in:
xuxiang
2014-10-06 09:58:18 +02:00
committed by antirez
parent 55597bbd67
commit 3c99e429cf
+1 -1
View File
@@ -460,7 +460,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;