summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/expression.h')
-rwxr-xr-xsrc/mongo/db/pipeline/expression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/expression.h b/src/mongo/db/pipeline/expression.h
index adbfc1826dc..c9f13990854 100755
--- a/src/mongo/db/pipeline/expression.h
+++ b/src/mongo/db/pipeline/expression.h
@@ -398,7 +398,7 @@ namespace mongo {
Provide for conformance with the uniform function pointer signature
required for parsing.
- These create a particular comparision operand, without any
+ These create a particular comparison operand, without any
operands. Those must be added via ExpressionNary::addOperand().
*/
static intrusive_ptr<ExpressionNary> createCmp();