summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/cloner.h')
-rw-r--r--src/mongo/db/cloner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/cloner.h b/src/mongo/db/cloner.h
index 61c0694e8f3..4775eb00e33 100644
--- a/src/mongo/db/cloner.h
+++ b/src/mongo/db/cloner.h
@@ -58,7 +58,7 @@ public:
/**
* Copies an entire database from the specified host.
* clonedColls: when not-null, the function will return with this populated with a list of
- * the collections that were cloned. This is for the user-facing clone command.
+ * the collections that were cloned.
* collectionsToClone: When opts.createCollections is false, this list reflects the collections
* that are cloned. When opts.createCollections is true, this parameter is
* ignored and the collection list is fetched from the remote via _conn.