From d401022d1460022cf89f022414a45200a949cf9f Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 14 Jan 2014 15:37:49 +0100 Subject: Fix typo in aofRewriteBufferAppend() comment. --- src/aof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aof.c b/src/aof.c index 5bec0ac14..93f7d8d47 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; -- cgit v1.2.1