Fix a typo: replicationFeedSlavesFromMaster() => replicationFeedSlavesFromMasterStream()

This commit is contained in:
caosiyang 2017-08-10 18:40:33 +08:00
parent 72d43ef029
commit 3ab769941d
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ void feedReplicationBacklogWithObject(robj *o) {
* as well. This function is used if the instance is a master: we use
* the commands received by our clients in order to create the replication
* stream. Instead if the instance is a slave and has sub-slaves attached,
* we use replicationFeedSlavesFromMaster() */
* we use replicationFeedSlavesFromMasterStream() */
void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc) {
listNode *ln;
listIter li;