summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_details.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/namespace_details.h')
-rw-r--r--src/mongo/db/namespace_details.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/namespace_details.h b/src/mongo/db/namespace_details.h
index 442ace8c738..28416f4abf0 100644
--- a/src/mongo/db/namespace_details.h
+++ b/src/mongo/db/namespace_details.h
@@ -218,7 +218,7 @@ namespace mongo {
int idxNo(const IndexDetails& idx);
/* multikey indexes are indexes where there are more than one key in the index
- for a single document. see multikey in wiki.
+ for a single document. see multikey in docs.
for these, we have to do some dedup work on queries.
*/
bool isMultikey(int i) const { return (multiKeyIndexBits & (((unsigned long long) 1) << i)) != 0; }