diff --git a/src/aof.c b/src/aof.c index c32b32e4b..d59e4061f 100644 --- a/src/aof.c +++ b/src/aof.c @@ -126,7 +126,7 @@ void aofRewriteBufferAppend(unsigned char *s, unsigned long len) { } /* Write the buffer (possibly composed of multiple blocks) into the specified - * fd. If no short write or any other error happens -1 is returned, + * fd. If a short write or any other error happens -1 is returned, * otherwise the number of bytes written is returned. */ ssize_t aofRewriteBufferWrite(int fd) { listNode *ln;