Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d401022d
Commit
d401022d
authored
Jan 14, 2014
by
antirez
Browse files
Fix typo in aofRewriteBufferAppend() comment.
parent
4ea91aad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aof.c
View file @
d401022d
...
@@ -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
;
...
...
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