aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap7.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-09-23 07:25:06 +0200
committerTristan Gingold <tgingold@free.fr>2018-09-23 07:25:06 +0200
commit87da3b4fe3478295241bff8f6f400ab3aa097a7a (patch)
treecbfbc1ee649be4924e8fcdd3610a7bdf5ef90907 /src/vhdl/translate/trans-chap7.adb
parent2ac3808f465ec736a1359d35426fb49c1dfe58dd (diff)
downloadghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.tar.gz
ghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.tar.bz2
ghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.zip
Improve doc, fix English typo.
Diffstat (limited to 'src/vhdl/translate/trans-chap7.adb')
-rw-r--r--src/vhdl/translate/trans-chap7.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/translate/trans-chap7.adb b/src/vhdl/translate/trans-chap7.adb
index 67ef4bed3..e83cbfe04 100644
--- a/src/vhdl/translate/trans-chap7.adb
+++ b/src/vhdl/translate/trans-chap7.adb
@@ -1215,7 +1215,7 @@ package body Trans.Chap7 is
procedure Walk_Concat (Imp : Iir; L, R : Iir);
-- Call handlers for each leaf of E (an array expression). First
- -- check wether E is also a concatenation.
+ -- check whether E is also a concatenation.
procedure Walk_Arr (E : Iir)
is
Imp : Iir;