diff options
| author | Tristan Gingold <tgingold@free.fr> | 2022-05-14 19:46:12 +0200 |
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2022-05-14 19:49:20 +0200 |
| commit | af71a811ea732ba04ab65c8813f198af13518bdd (patch) | |
| tree | 80ccbb22dacf63c8bd15758c8d2c4a2670f8d8d5 /src/vhdl/vhdl-errors.adb | |
| parent | d8a889da07af66bd4985682acaba98f7963460d0 (diff) | |
| download | ghdl-af71a811ea732ba04ab65c8813f198af13518bdd.tar.gz ghdl-af71a811ea732ba04ab65c8813f198af13518bdd.tar.bz2 ghdl-af71a811ea732ba04ab65c8813f198af13518bdd.zip | |
vhdl-errors(disp_node): change message for generate body
Diffstat (limited to 'src/vhdl/vhdl-errors.adb')
| -rw-r--r-- | src/vhdl/vhdl-errors.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb index d2cfff8dd..ddb2a9868 100644 --- a/src/vhdl/vhdl-errors.adb +++ b/src/vhdl/vhdl-errors.adb @@ -615,7 +615,7 @@ package body Vhdl.Errors is when Iir_Kind_Case_Generate_Statement => return "case generate statement"; when Iir_Kind_Generate_Statement_Body => - return "generate statement"; + return "generate statement body"; when Iir_Kind_Simple_Simultaneous_Statement => return "simple simultaneous statement"; |
