summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry_batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/oplog_entry_batch.h')
-rw-r--r--src/mongo/db/repl/oplog_entry_batch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/repl/oplog_entry_batch.h b/src/mongo/db/repl/oplog_entry_batch.h
index 444087c0a45..f65a62da8f5 100644
--- a/src/mongo/db/repl/oplog_entry_batch.h
+++ b/src/mongo/db/repl/oplog_entry_batch.h
@@ -35,9 +35,9 @@
namespace mongo {
namespace repl {
/**
- * This is a class for a single oplog entry or grouped inserts to be applied in syncApply. This
- * class is immutable and can only be initialized using either a single oplog entry or a range of
- * grouped inserts.
+ * This is a class for a single oplog entry or grouped inserts to be applied in
+ * applyOplogEntryBatch. This class is immutable and can only be initialized using either a single
+ * oplog entry or a range of grouped inserts.
*/
class OplogEntryBatch {
public: