From 4da901d05f6979f4bd0330a43fc4235cfdc72860 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 31 May 2022 16:15:04 +0200
Subject: [PATCH] Fix comment

---
 src/ModelEquationBlock.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ModelEquationBlock.hh b/src/ModelEquationBlock.hh
index 05f71d12..0b11712c 100644
--- a/src/ModelEquationBlock.hh
+++ b/src/ModelEquationBlock.hh
@@ -67,7 +67,7 @@ public:
 class Epilogue : public DynamicModel
 {
 private:
-  //! Associates a set of symbol IDs (the variable(s) assigned in a given statement) to an expression (their assigned value)
+  //! Associates a symbol ID (the variable assigned in a given statement) to an expression (its assigned value)
   vector<pair<int, expr_t>> dynamic_def_table, static_def_table;
 public:
   Epilogue(SymbolTable &symbol_table_arg,
-- 
GitLab