aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-24 07:20:33 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-26 06:59:48 +0100
commitb75f074b9f5c9a5930dd36d37a2e6836c5251265 (patch)
tree83060b5a5773538155c6ed2c03c251d307812fee /src/vhdl/sem.adb
parent317b196ae4552f23e31accd6e10a11e2903f9b31 (diff)
downloadghdl-b75f074b9f5c9a5930dd36d37a2e6836c5251265.tar.gz
ghdl-b75f074b9f5c9a5930dd36d37a2e6836c5251265.tar.bz2
ghdl-b75f074b9f5c9a5930dd36d37a2e6836c5251265.zip
canon: partially handle instantiated packages in process (all).
Fix #718
Diffstat (limited to 'src/vhdl/sem.adb')
-rw-r--r--src/vhdl/sem.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem.adb b/src/vhdl/sem.adb
index 190623e9c..efa7d34c5 100644
--- a/src/vhdl/sem.adb
+++ b/src/vhdl/sem.adb
@@ -2084,7 +2084,7 @@ package body Sem is
end;
end if;
- -- Do not add to Analysis_Check_List as procedures can't
+ -- Do not add to Analysis_Checks_List as procedures can't
-- generate purity/wait/all-sensitized errors by themselves.
when Iir_Kind_Function_Declaration =>