diff --git a/src/replication.c b/src/replication.c index 6be5d2631..719791d5f 100644 --- a/src/replication.c +++ b/src/replication.c @@ -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;