summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/sharding_ddl_util.h')
-rw-r--r--src/mongo/db/s/sharding_ddl_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/sharding_ddl_util.h b/src/mongo/db/s/sharding_ddl_util.h
index 17bf2ba8ff7..54f2e41dd66 100644
--- a/src/mongo/db/s/sharding_ddl_util.h
+++ b/src/mongo/db/s/sharding_ddl_util.h
@@ -80,7 +80,7 @@ bool removeCollMetadataFromConfig(OperationContext* opCtx, const NamespaceString
* - Update namespace associated with tags (FROM -> TO)
* - Update FROM collection entry to TO
*
- * This function is idempotent.
+ * This function is idempotent and can just be invoked by the CSRS.
*/
void shardedRenameMetadata(OperationContext* opCtx,
CollectionType& fromCollType,