summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/catalog_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog/catalog_manager.h')
-rw-r--r--src/mongo/s/catalog/catalog_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/catalog/catalog_manager.h b/src/mongo/s/catalog/catalog_manager.h
index 66025e65c5a..280b1c74d0e 100644
--- a/src/mongo/s/catalog/catalog_manager.h
+++ b/src/mongo/s/catalog/catalog_manager.h
@@ -188,7 +188,7 @@ public:
* Returns Status::OK along with the database information and the OpTime of the config server
* which the database information was based upon. Otherwise, returns an error code indicating
* the failure. These are some of the known failures:
- * - DatabaseNotFound - database does not exist
+ * - NamespaceNotFound - database does not exist
*/
virtual StatusWith<OpTimePair<DatabaseType>> getDatabase(OperationContext* txn,
const std::string& dbName) = 0;