summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-12-23 15:32:17 -0500
committerEliot Horowitz <eliot@10gen.com>2013-12-28 21:26:53 -0500
commit4a7e99ce2bb7bcff19f4d76a09f584cbf34706b6 (patch)
tree02433efd681e8033b9fa05aaab816b05b760f89b /src/mongo/db/introspect.h
parent09be6f838b48ef35ac79d0dd4efbc2a0e7717843 (diff)
downloadmongo-4a7e99ce2bb7bcff19f4d76a09f584cbf34706b6.tar.gz
SERVER-11611: fix comment about type of return
Diffstat (limited to 'src/mongo/db/introspect.h')
-rw-r--r--src/mongo/db/introspect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/introspect.h b/src/mongo/db/introspect.h
index faca137d137..50b98656bc2 100644
--- a/src/mongo/db/introspect.h
+++ b/src/mongo/db/introspect.h
@@ -52,7 +52,7 @@ namespace mongo {
*
* @param db Database in which to create the profile collection
* @param force Always create the collection if it does not exist
- * @return NamespaceDetails for the newly created collection, or NULL on error
+ * @return Collection for the newly created collection, or NULL on error
**/
Collection* getOrCreateProfileCollection(Database *db,
bool force = false,