diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-07-03 06:08:07 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-07-03 06:08:07 +0200 |
commit | a61590ecb9c38879e32541fcca07b5e9ae5ae3e7 (patch) | |
tree | 7136aa25c44f6dddd4720de3c3ad90c4df6bc1e8 | |
parent | 7cbb32c05ecb54781bf37e0bd424b011fa4b2c58 (diff) | |
download | ghdl-a61590ecb9c38879e32541fcca07b5e9ae5ae3e7.tar.gz ghdl-a61590ecb9c38879e32541fcca07b5e9ae5ae3e7.tar.bz2 ghdl-a61590ecb9c38879e32541fcca07b5e9ae5ae3e7.zip |
iirs.ads: fix typos in comment.
-rw-r--r-- | src/vhdl/iirs.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index f8fbed93f..977a9e646 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -522,7 +522,7 @@ package Iirs is -- Get/Set_Chain (Field2) -- -- These are elements of an choice chain, which is used for - -- case_statement, concurrent_select_signal_assignment, aggregates. + -- case_statement, concurrent_selected_signal_assignment, aggregates. -- -- Get/Set what is associated with the choice. There are two different -- nodes, one for simple association and the other for chain association. @@ -538,7 +538,7 @@ package Iirs is -- Get/Set_Associated_Block (Alias Field3) -- -- For - -- * a waveform_chain for a concurrent_select_signal_assignment, + -- * a waveform_chain for a concurrent_selected_signal_assignment, -- * a sequential statement chain for a case_statement. -- Get/Set_Associated_Chain (Field4) -- |