summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/query_shape.h')
-rw-r--r--src/mongo/db/query/query_shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_shape.h b/src/mongo/db/query/query_shape.h
index 0fa0d7c863e..c0d4328d08b 100644
--- a/src/mongo/db/query/query_shape.h
+++ b/src/mongo/db/query/query_shape.h
@@ -40,7 +40,7 @@ constexpr StringData kLiteralArgString = "?"_sd;
/**
* Computes a BSONObj that is meant to be used to classify queries according to their shape, for the
- * purposes of collecting telemetry.
+ * purposes of collecting queryStats.
*
* For example, if the MatchExpression represents {a: 2}, it will return the same BSONObj as the
* MatchExpression for {a: 1}, {a: 10}, and {a: {$eq: 2}} (identical bits but not sharing memory)