diff options
Diffstat (limited to 'sem_assocs.adb')
-rw-r--r-- | sem_assocs.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_assocs.adb b/sem_assocs.adb index ff7c5ebfa..77ffcd559 100644 --- a/sem_assocs.adb +++ b/sem_assocs.adb @@ -1475,7 +1475,7 @@ package body Sem_Assocs is if Inter = Null_Iir then if Finish then Error_Msg_Sem - ("too many arguments for " & Disp_Node (Loc), Assoc); + ("too many actuals for " & Disp_Node (Loc), Assoc); end if; Match := False; return; |