Commit aacbba26 authored by antirez's avatar antirez
Browse files

Fix typo in aofRewriteBufferAppend() comment.

parent 51894856
...@@ -126,7 +126,7 @@ void aofRewriteBufferAppend(unsigned char *s, unsigned long len) { ...@@ -126,7 +126,7 @@ void aofRewriteBufferAppend(unsigned char *s, unsigned long len) {
} }
/* Write the buffer (possibly composed of multiple blocks) into the specified /* 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. */ * otherwise the number of bytes written is returned. */
ssize_t aofRewriteBufferWrite(int fd) { ssize_t aofRewriteBufferWrite(int fd) {
listNode *ln; listNode *ln;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment