aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem.adb
diff options
context:
space:
mode:
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 =>