aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_expr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_expr.ads')
-rw-r--r--src/vhdl/sem_expr.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem_expr.ads b/src/vhdl/sem_expr.ads
index ab9718d65..696217c7b 100644
--- a/src/vhdl/sem_expr.ads
+++ b/src/vhdl/sem_expr.ads
@@ -47,7 +47,7 @@ package Sem_Expr is
-- expression, and set its type, which is not necessary a base type.
-- A_TYPE1 must be a base type.
--
- -- In case of error, it displays a message and return null.
+ -- In case of error, it displays a message and return null_iir.
-- In case of success, it returns the analyzed expression, which can
-- be different from EXPR (eg, a character literal is transformed into an
-- enumeration literal).