aboutsummaryrefslogtreecommitdiffstats
path: root/parse.adb
diff options
context:
space:
mode:
Diffstat (limited to 'parse.adb')
-rw-r--r--parse.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.adb b/parse.adb
index ec25fa2f5..dc1fad6f5 100644
--- a/parse.adb
+++ b/parse.adb
@@ -3987,7 +3987,7 @@ package body Parse is
when Iir_Kind_Attribute_Name => -- Support issue 3060
Error_Msg_Parse ("Attribute cannot be applied to procedure call");
when others =>
- -- Support issue 2686 : no testcase, at least improve the error message
+ -- Support issue 2686 : no testcase, but improve the error message
Error_Kind("parenthesis_name_to_procedure_call", Name);
-- raise Internal_Error;
end case;