aboutsummaryrefslogtreecommitdiffstats
path: root/sem.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem.ads')
-rw-r--r--sem.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem.ads b/sem.ads
index e7da46d50..a6a6942ee 100644
--- a/sem.ads
+++ b/sem.ads
@@ -30,7 +30,7 @@ package Sem is
function Get_Current_Design_Unit return Iir_Design_Unit;
-- Makes the current design unit depends on UNIT.
- -- UNIT must be either an entit_aspect or a design_unit.
+ -- UNIT must be either an entity_aspect or a design_unit.
procedure Add_Dependence (Unit : Iir);
-- Add EL in the current design unit list of items to be checked later.