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
185b361a
Commit
185b361a
authored
Apr 12, 2017
by
antirez
Browse files
Fix typo in feedReplicationBacklog() top comment.
parent
b740fc1e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/replication.c
View file @
185b361a
...
@@ -122,7 +122,7 @@ void freeReplicationBacklog(void) {
...
@@ -122,7 +122,7 @@ void freeReplicationBacklog(void) {
/* Add data to the replication backlog.
/* Add data to the replication backlog.
* This function also increments the global replication offset stored at
* This function also increments the global replication offset stored at
* server.master_repl_offset, because there is no case where we want to feed
* server.master_repl_offset, because there is no case where we want to feed
* the backlog without incrementing the
buffer
. */
* the backlog without incrementing the
offset
. */
void
feedReplicationBacklog
(
void
*
ptr
,
size_t
len
)
{
void
feedReplicationBacklog
(
void
*
ptr
,
size_t
len
)
{
unsigned
char
*
p
=
ptr
;
unsigned
char
*
p
=
ptr
;
...
...
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