summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/initial_sync.h')
-rw-r--r--src/mongo/db/repl/initial_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/initial_sync.h b/src/mongo/db/repl/initial_sync.h
index 2cf41660d94..bf5800d4643 100644
--- a/src/mongo/db/repl/initial_sync.h
+++ b/src/mongo/db/repl/initial_sync.h
@@ -48,7 +48,7 @@ namespace repl {
*/
void oplogApplication(OperationContext* txn, const Timestamp& endOpTime);
- // Initial sync will ignore all journal requirement flags and dones't await commit
+ // Initial sync will ignore all journal requirement flags and doesn't await commit
// before updating last OpTime.
virtual bool supportsAwaitingCommit() { return false; }
};