From a71100b9711f3253c9358079ee4638acca84c306 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 19 Jan 2022 15:41:37 +0100
Subject: [PATCH] Fix comment

---
 src/ExprNode.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ExprNode.cc b/src/ExprNode.cc
index 540c19db..c8635021 100644
--- a/src/ExprNode.cc
+++ b/src/ExprNode.cc
@@ -3534,7 +3534,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)
-- 
GitLab