aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-utils.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-utils.ads')
-rw-r--r--src/vhdl/vhdl-utils.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-utils.ads b/src/vhdl/vhdl-utils.ads
index 08e7c6342..370a565fa 100644
--- a/src/vhdl/vhdl-utils.ads
+++ b/src/vhdl/vhdl-utils.ads
@@ -55,7 +55,7 @@ package Vhdl.Utils is
function Get_Operator_Name (Op : Iir) return Name_Id;
-- Get the longuest static prefix of EXPR.
- -- See LRM §8.1
+ -- See LRM93 8.1
function Get_Longuest_Static_Prefix (Expr: Iir) return Iir;
-- Get the prefix of NAME, ie the declaration at the base of NAME.