summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/collection_options.h')
-rw-r--r--src/mongo/db/catalog/collection_options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/catalog/collection_options.h b/src/mongo/db/catalog/collection_options.h
index 6a159a8c921..356d4f2c3e7 100644
--- a/src/mongo/db/catalog/collection_options.h
+++ b/src/mongo/db/catalog/collection_options.h
@@ -53,9 +53,7 @@ namespace mongo {
Status validate() const;
/**
- * Updates fields based on BSON document from client.
- * If document contains a 'storageEngine' field, ensures that 'storageEngine'
- * contains a single field of Object type.
+ * Parses the "options" subfield of the collection info object.
*/
Status parse( const BSONObj& obj );