aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_decls.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_decls.adb')
-rw-r--r--src/vhdl/sem_decls.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem_decls.adb b/src/vhdl/sem_decls.adb
index c0fec32c0..e05f2c552 100644
--- a/src/vhdl/sem_decls.adb
+++ b/src/vhdl/sem_decls.adb
@@ -1632,7 +1632,7 @@ package body Sem_Decls is
Xref_Ref (Decl, Deferred_Const);
end if;
- -- Semantize type and default value:
+ -- Analyze type and default value:
Atype := Get_Subtype_Indication (Decl);
if Atype /= Null_Iir then
Atype := Sem_Subtype_Indication (Atype);