aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/evaluation.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/evaluation.ads')
-rw-r--r--src/vhdl/evaluation.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/evaluation.ads b/src/vhdl/evaluation.ads
index 279f5dd80..12f7a7b77 100644
--- a/src/vhdl/evaluation.ads
+++ b/src/vhdl/evaluation.ads
@@ -189,7 +189,7 @@ package Evaluation is
end record;
-- Fill Res from EL. This is used to speed up Lt and Eq operations.
- function Get_Info (Expr : Iir) return Str_Info;
+ function Get_Str_Info (Expr : Iir) return Str_Info;
-- Return the position of element IDX of STR.
function Get_Pos (Str : Str_Info; Idx : Nat32) return Iir_Int32;