diff --git a/src/redis.h b/src/redis.h index 8507edc6..e9da98a0 100644 --- a/src/redis.h +++ b/src/redis.h @@ -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;