aboutsummaryrefslogtreecommitdiffstats
path: root/sem_names.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_names.adb')
-rw-r--r--sem_names.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_names.adb b/sem_names.adb
index 51232a05e..89e8dfd86 100644
--- a/sem_names.adb
+++ b/sem_names.adb
@@ -1981,7 +1981,7 @@ package body Sem_Names is
end;
if Res = Null_Iir then
Error_Msg_Sem
- ("No overloaded subprogram found matching "
+ ("no overloaded function found matching "
& Disp_Node (Prefix_Name), Name);
end if;
when Iir_Kinds_Function_Declaration =>