aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;