diff --git a/src/redis.h b/src/redis.h index 7ad03dc9..a1ae0f2b 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;