diff --git a/src/ExprNode.cc b/src/ExprNode.cc index b2bf1a19f162e66e49326abe9dd170f169eb9fd3..dcaaec47fa22e6933692859c1636c560328bebfb 100644 --- a/src/ExprNode.cc +++ b/src/ExprNode.cc @@ -3480,7 +3480,7 @@ UnaryOpNode::substituteUnaryOpNodes(const lag_equivalence_table_t &nodes, subst_ if (rit == it->second.rbegin()) { /* Verify that we’re not operating on a node with leads, since the - transformation does take into account the expectation operator. We only + transformation does not take into account the expectation operator. We only need to do this for the first iteration of the loop, because we’re going from leads to lags. */ if (rit->second->maxLead() > 0)