summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer/balancer_chunk_selection_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/balancer/balancer_chunk_selection_policy.h')
-rw-r--r--src/mongo/db/s/balancer/balancer_chunk_selection_policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/balancer/balancer_chunk_selection_policy.h b/src/mongo/db/s/balancer/balancer_chunk_selection_policy.h
index 5aed229c202..3eb70bcb00b 100644
--- a/src/mongo/db/s/balancer/balancer_chunk_selection_policy.h
+++ b/src/mongo/db/s/balancer/balancer_chunk_selection_policy.h
@@ -59,7 +59,7 @@ public:
/**
* Potentially blocking method, which gives out a set of chunks, which need to be split because
* they violate the policy for some reason. The reason is decided by the policy and may include
- * chunk is too big or chunk straddles a tag range.
+ * chunk is too big or chunk straddles a zone range.
*/
virtual StatusWith<SplitInfoVector> selectChunksToSplit(OperationContext* opCtx) = 0;