src/expression.h

changeset 131
8ae8038b0168
parent 119
bdf8d46c145f
child 132
4d45b1383246
--- a/src/expression.h	Sun May 04 18:43:05 2014 +0300
+++ b/src/expression.h	Mon May 12 14:54:10 2014 +0300
@@ -119,7 +119,7 @@
 // =============================================================================
 //
 // This class represents a ":" in the expression. It serves as the colon for the
-// ternary ?: OPER_erator. It's not an OPER_erand nor is an OPER_erator, nor can we just
+// ternary ?: operator. It's not an OPER_erand nor is an operator, nor can we just
 // skip it so it is its own thing here.
 //
 class ExpressionColon final : public ExpressionSymbol

mercurial