From 13000af67c96c2a3417fa321daa3fbf50165f54f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 16 Oct 2018 04:15:22 +0200 Subject: Fix grammar mistake. For #671 --- src/vhdl/sem.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3