From ee7f6dd929f7c97dca70ae44b2183e90fdaa4147 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Tue, 1 Feb 2011 01:11:32 -0500 Subject: [PATCH] comment --- client/parallel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/parallel.cpp b/client/parallel.cpp index ede72d1ecfa..c4905e3b74e 100644 --- a/client/parallel.cpp +++ b/client/parallel.cpp @@ -357,7 +357,7 @@ namespace mongo { _cursors = 0; if ( ! _sortKey.isEmpty() && ! _fields.isEmpty() ) { - // we need to make sure the sort key is in the project + // we need to make sure the sort key is in the projection set sortKeyFields; _sortKey.getFieldNames(sortKeyFields);