aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-10-16 04:15:22 +0200
committerTristan Gingold <tgingold@free.fr>2018-10-16 04:15:22 +0200
commit13000af67c96c2a3417fa321daa3fbf50165f54f (patch)
tree0fd8975ba108fe44e4ffa07562553b582d22c524 /src
parent43c96a71ddfb17443cc1bbf40833c821e70d07b5 (diff)
downloadghdl-13000af67c96c2a3417fa321daa3fbf50165f54f.tar.gz
ghdl-13000af67c96c2a3417fa321daa3fbf50165f54f.tar.bz2
ghdl-13000af67c96c2a3417fa321daa3fbf50165f54f.zip
Fix grammar mistake. For #671
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/sem.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem.adb b/src/vhdl/sem.adb
index ec9542f97..30a5a33a8 100644
--- a/src/vhdl/sem.adb
+++ b/src/vhdl/sem.adb
@@ -2491,7 +2491,7 @@ package body Sem is
if Emit_Warnings then
Warning_Msg_Sem
(Warnid_Delayed_Checks, +El,
- "can't assert that %n has not wait; "
+ "can't assert that %n has no wait; "
& "will be checked at elaboration", +El);
end if;
end if;