summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_and.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/query_stage_and.cpp')
-rw-r--r--src/mongo/dbtests/query_stage_and.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/query_stage_and.cpp b/src/mongo/dbtests/query_stage_and.cpp
index bb502de5705..bb1a3580797 100644
--- a/src/mongo/dbtests/query_stage_and.cpp
+++ b/src/mongo/dbtests/query_stage_and.cpp
@@ -132,7 +132,7 @@ public:
/**
* Gets the next result from 'stage'.
*
- * Fails if the stage fails or returns DEAD, if the returned working
+ * Fails if the stage fails or returns FAILURE, if the returned working
* set member is not fetched, or if there are no more results.
*/
BSONObj getNext(PlanStage* stage, WorkingSet* ws) {