summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_oplog_batch_applier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_oplog_batch_applier.cpp')
-rw-r--r--src/mongo/db/s/resharding/resharding_oplog_batch_applier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/resharding/resharding_oplog_batch_applier.cpp b/src/mongo/db/s/resharding/resharding_oplog_batch_applier.cpp
index d43a94b708c..ee732a68207 100644
--- a/src/mongo/db/s/resharding/resharding_oplog_batch_applier.cpp
+++ b/src/mongo/db/s/resharding/resharding_oplog_batch_applier.cpp
@@ -82,7 +82,7 @@ SemiFuture<void> ReshardingOplogBatchApplier::applyBatch(
} else {
// ReshardingOpObserver depends on the collection metadata being known
// when processing writes to the temporary resharding collection. We
- // attach shard version IGNORED to the insert operations and retry once
+ // attach shard version IGNORED to the write operations and retry once
// on a StaleConfig exception to allow the collection metadata
// information to be recovered.
auto& oss = OperationShardingState::get(opCtx.get());