Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
aacbba26
Commit
aacbba26
authored
Jan 14, 2014
by
antirez
Browse files
Fix typo in aofRewriteBufferAppend() comment.
parent
51894856
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aof.c
View file @
aacbba26
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment