aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r--src/vhdl/iirs.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index 94f155ed1..950a40986 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -1337,7 +1337,7 @@ package Iirs is
-- function_specification ::=
-- [ PURE | IMPURE ] FUNCTION designator
-- subprogram_header
- -- [ [ PARAMETER ] ( formal_parameter_list ) ] return type_mark
+ -- [ [ PARAMETER ] ( formal_parameter_list ) ] RETURN type_mark
--
-- designator ::= identifier | operator_symbol
--
@@ -1478,7 +1478,7 @@ package Iirs is
--
-- interface_function_specification ::=
-- [ PURE | IMPURE ] FUNCTION designator
- -- [ [ PARAMETER ] ( formal_parameter_list ) ] return type_mark
+ -- [ [ PARAMETER ] ( formal_parameter_list ) ] RETURN type_mark
--
-- Get/Set_Parent (Field0)
--