aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap12.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-chap12.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-chap12.adb')
-rw-r--r--src/vhdl/translate/trans-chap12.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/translate/trans-chap12.adb b/src/vhdl/translate/trans-chap12.adb
index 9a2d7022e..cad732752 100644
--- a/src/vhdl/translate/trans-chap12.adb
+++ b/src/vhdl/translate/trans-chap12.adb
@@ -708,7 +708,7 @@ package body Trans.Chap12 is
-- Generate code to elaboration body-less package.
--
- -- When a package is analyzed, we don't know wether there is body
+ -- When a package is analyzed, we don't know whether there is body
-- or not. Therefore, we assume there is always a body, and will
-- elaborate the body (which elaborates its spec). If a package
-- has no body, create the body elaboration procedure.