summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/path_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/path_internal.h')
-rw-r--r--src/mongo/db/matcher/path_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/path_internal.h b/src/mongo/db/matcher/path_internal.h
index bf0163f8d31..1e06d618b27 100644
--- a/src/mongo/db/matcher/path_internal.h
+++ b/src/mongo/db/matcher/path_internal.h
@@ -40,7 +40,7 @@ namespace mongo {
bool isAllDigits( const StringData& str );
// XXX document me
- // Replaces getFieldDottedOrArray without recursion nor string manipulation
+ // Replaces getFieldDottedOrArray without recursion nor std::string manipulation
BSONElement getFieldDottedOrArray( const BSONObj& doc,
const FieldRef& path,
size_t* idxPath );