diff options
Diffstat (limited to 'src/mongo/db/query/find.h')
-rw-r--r-- | src/mongo/db/query/find.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/find.h b/src/mongo/db/query/find.h index 3c41c27f101..0a1e1a15078 100644 --- a/src/mongo/db/query/find.h +++ b/src/mongo/db/query/find.h @@ -76,7 +76,7 @@ void beginQueryOp(OperationContext* opCtx, /** * 1) Fills out CurOp for "opCtx" with information regarding this query's execution. - * 2) Reports index usage to the CollectionInfoCache. + * 2) Reports index usage to the CollectionQueryInfo. * * Uses explain functionality to extract stats from 'exec'. */ |