aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-07-02 05:29:21 +0200
committerTristan Gingold <tgingold@free.fr>2017-07-02 05:29:21 +0200
commit36259be746ad74a5abc610c5534856ae37a35ee2 (patch)
tree4615e5f0de13d68be11dcc987e6aa11a7ae821ef
parente526087f8dc73bc795e1177944499d2e26da1ad6 (diff)
downloadghdl-36259be746ad74a5abc610c5534856ae37a35ee2.tar.gz
ghdl-36259be746ad74a5abc610c5534856ae37a35ee2.tar.bz2
ghdl-36259be746ad74a5abc610c5534856ae37a35ee2.zip
iirs: fix typos.
-rw-r--r--src/vhdl/iirs.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index e06a192a8..e82980130 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -1769,9 +1769,9 @@ package Iirs is
--
-- Get/Set_Type (Field1)
--
+ -- Corresponding element_declaration. FIXME: remove as supersided by
+ -- element_position.
-- Get/Set_Element_Declaration (Field5)
- -- Corresponding element_declaration. FIXME: remove as supersided by
- -- element_position.
--
-- Get/Set_Identifier (Field3)
--
@@ -6851,7 +6851,7 @@ package Iirs is
function Get_Generate_Else_Clause (Target : Iir) return Iir;
procedure Set_Generate_Else_Clause (Target : Iir; Clause : Iir);
- -- Condition of a conditionam_waveform, if_statement, elsif,
+ -- Condition of a conditional_waveform, if_statement, elsif,
-- while_loop_statement, next_statement or exit_statement.
-- Field: Field1
function Get_Condition (Target : Iir) return Iir;