aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_specs.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_specs.ads')
-rw-r--r--src/vhdl/sem_specs.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/sem_specs.ads b/src/vhdl/sem_specs.ads
index ba5c95fbd..0a175da34 100644
--- a/src/vhdl/sem_specs.ads
+++ b/src/vhdl/sem_specs.ads
@@ -55,11 +55,11 @@ package Sem_Specs is
Parent : Iir;
Primary_Entity_Aspect : Iir);
- -- Semantize entity aspect ASPECT and return the entity declaration.
+ -- Analyze entity aspect ASPECT and return the entity declaration.
-- Return NULL_IIR if not found.
function Sem_Entity_Aspect (Aspect : Iir) return Iir;
- -- Semantize component_configuration or configuration_specification SPEC.
+ -- Analyze component_configuration or configuration_specification SPEC.
-- STMTS is the concurrent statement list related to SPEC.
procedure Sem_Component_Specification
(Parent_Stmts : Iir; Spec : Iir; Primary_Entity_Aspect : out Iir);