--- a/src/expression.h Mon May 12 14:54:10 2014 +0300 +++ b/src/expression.h Mon May 12 15:47:40 2014 +0300 @@ -119,7 +119,7 @@ // ============================================================================= // // This class represents a ":" in the expression. It serves as the colon for the -// ternary ?: operator. It's not an OPER_erand nor is an operator, nor can we just +// ternary ?: operator. It's not an operand nor is an operator, nor can we just // skip it so it is its own thing here. // class ExpressionColon final : public ExpressionSymbol