aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_names.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_names.ads')
-rw-r--r--src/vhdl/sem_names.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem_names.ads b/src/vhdl/sem_names.ads
index 636dc884e..0e27a8c49 100644
--- a/src/vhdl/sem_names.ads
+++ b/src/vhdl/sem_names.ads
@@ -81,7 +81,7 @@ package Sem_Names is
-- Convert name NAME to an expression (ie, can create function call).
-- A_TYPE is the expected type of the expression.
- -- FIXME: it is unclear wether the result must be an expression or not
+ -- FIXME: it is unclear whether the result must be an expression or not
-- (ie, it *must* have a type, but may be a range).
function Name_To_Expression (Name : Iir; A_Type : Iir) return Iir;