diff --git a/src/networking.c b/src/networking.c index 694d953e4b4c86e8904a5b51cf16da4d7dee8a1e..f421f348ea3285918b908fc3e4d6cd9afe126ac5 100644 --- a/src/networking.c +++ b/src/networking.c @@ -117,8 +117,8 @@ redisClient *createClient(int fd) { * loop so that when the socket is writable new data gets written. * * If the client should not receive new data, because it is a fake client - * or a slave, or because the setup of the write handler failed, the function - * returns REDIS_ERR. + * or a slave not yet online, or because the setup of the write handler + * failed, the function returns REDIS_ERR. * * Typically gets called every time a reply is built, before adding more * data to the clients output buffers. If the function returns REDIS_ERR no