aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/libghdl/libghdl.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/libghdl/libghdl.ads')
-rw-r--r--src/vhdl/libghdl/libghdl.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/libghdl/libghdl.ads b/src/vhdl/libghdl/libghdl.ads
index 5326666b8..de2556069 100644
--- a/src/vhdl/libghdl/libghdl.ads
+++ b/src/vhdl/libghdl/libghdl.ads
@@ -36,7 +36,8 @@ package Libghdl is
-- To be called before Analyze_File to initialize analysis.
function Analyze_Init_Status return Integer;
- -- Deprecated. Raise an exception in case of error.
+ -- Deprecated, use Analyze_Init_Status instead.
+ -- Raise an exception in case of error.
procedure Analyze_Init;
-- Analyze one file.