Fix comment

master
Sébastien Villemot 2022-05-31 16:15:04 +02:00
parent d859f59a10
commit 4da901d05f
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -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,