aboutsummaryrefslogtreecommitdiffstats
path: root/sem_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2013-12-31 19:01:48 +0100
committerTristan Gingold <tgingold@free.fr>2013-12-31 19:01:48 +0100
commit5f41fdc72fccd7169dc812c8690e82222ae1aca1 (patch)
tree2e2cddb257b071ec30b79c0672e2320f5421468d /sem_names.adb
parent2fe0a5359e1bdf6dfdab20bea121db8f4e54ffe9 (diff)
downloadghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.tar.gz
ghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.tar.bz2
ghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.zip
Fix bug21274.
WIP for VHDL08.
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 =>