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 68fcae508..a0e388e1c 100644
--- a/parse.adb
+++ b/parse.adb
@@ -968,7 +968,7 @@ package body Parse is
Scan.Scan;
exit when Current_Token = Tok_Colon;
- Expect (Tok_Comma, "',' or ':' after an identifier");
+ Expect (Tok_Comma, "',' or ':' expected after identifier");
Scan.Scan;
Inter := Create_Iir (Get_Kind (Inter));
end loop;