diff options
Diffstat (limited to 'src/mongo/db/storage/wiredtiger/wiredtiger_index.h')
-rw-r--r-- | src/mongo/db/storage/wiredtiger/wiredtiger_index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_index.h b/src/mongo/db/storage/wiredtiger/wiredtiger_index.h index 81f6aa57c1f..e61e295cd29 100644 --- a/src/mongo/db/storage/wiredtiger/wiredtiger_index.h +++ b/src/mongo/db/storage/wiredtiger/wiredtiger_index.h @@ -47,7 +47,7 @@ namespace mongo { /** * Parses index options for wired tiger configuration string suitable for table creation. - * The document 'options' is typically obtained from the 'storageEngine.wiredTiger' field + * The document 'options' is typically obtained from the 'storage.wiredTiger' field * of an IndexDescriptor's info object. */ static StatusWith<std::string> parseIndexOptions(const BSONObj& options); @@ -57,7 +57,7 @@ namespace mongo { * Configuration string is constructed from: * built-in defaults * 'extraConfig' - * storageEngine.wiredTiger.configString in index descriptor's info object. + * storage.wiredTiger.configString in index descriptor's info object. * Performs simple validation on the supplied parameters. * Returns error status if validation fails. * Note that even if this function returns an OK status, WT_SESSION:create() may still |