summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/replication_coordinator_external_state.h')
-rw-r--r--src/mongo/db/repl/replication_coordinator_external_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/repl/replication_coordinator_external_state.h b/src/mongo/db/repl/replication_coordinator_external_state.h
index 05f07b8aada..e66ff985bb9 100644
--- a/src/mongo/db/repl/replication_coordinator_external_state.h
+++ b/src/mongo/db/repl/replication_coordinator_external_state.h
@@ -85,7 +85,7 @@ public:
/**
* Starts an initial sync, and calls "finished" when done,
- * for replica set member -- legacy impl not in DataReplicator.
+ * for replica set member.
*
* NOTE: Use either this (and below function) or the Master/Slave version, but not both.
*/
@@ -97,7 +97,7 @@ public:
virtual bool isInitialSyncFlagSet(OperationContext* opCtx) = 0;
/**
- * Starts steady state sync for replica set member -- legacy impl not in DataReplicator.
+ * Starts steady state sync for replica set member.
*
* NOTE: Use either this or the Master/Slave version, but not both.
*/
@@ -343,7 +343,7 @@ public:
OperationContext* opCtx) const = 0;
/**
- * Returns true if the user specified to use the data replicator for initial sync.
+ * Returns true if the user specified to use the new version for initial sync.
*/
virtual bool shouldUseDataReplicatorInitialSync() const = 0;