diff options
Diffstat (limited to 'src/redis.h')
-rw-r--r-- | src/redis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis.h b/src/redis.h index 7ad03dc9b..a1ae0f2bc 100644 --- a/src/redis.h +++ b/src/redis.h @@ -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; |