aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdldrv.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-10 07:52:26 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-11 05:25:07 +0100
commit3699e4f8b6bf5a2e757bcd397202dbdebf614a02 (patch)
treedb118c38a6ef6e251fde6b1985518c1f3a29722c /src/ghdldrv/ghdldrv.adb
parentf7ee7d70756e4dd2ebcaeb6a0d8292a73678956c (diff)
downloadghdl-3699e4f8b6bf5a2e757bcd397202dbdebf614a02.tar.gz
ghdl-3699e4f8b6bf5a2e757bcd397202dbdebf614a02.tar.bz2
ghdl-3699e4f8b6bf5a2e757bcd397202dbdebf614a02.zip
Clarify error message.
Diffstat (limited to 'src/ghdldrv/ghdldrv.adb')
-rw-r--r--src/ghdldrv/ghdldrv.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdldrv.adb b/src/ghdldrv/ghdldrv.adb
index 00e26a65c..b353159d5 100644
--- a/src/ghdldrv/ghdldrv.adb
+++ b/src/ghdldrv/ghdldrv.adb
@@ -1147,7 +1147,7 @@ package body Ghdldrv is
(Prim_Name.all & '-' & Sec_Name.all & Suffix.all);
end if;
if not Is_Regular_File (Base_Name.all & Nul) then
- Error ("file '" & Base_Name.all & "' does not exists");
+ Error ("file '" & Base_Name.all & "' does not exist");
Error ("Please elaborate your design.");
raise Exec_Error;
end if;