From 0a4889609312fae3805cb8f9ed2cbcc80192c8f2 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Sat, 26 May 2018 21:26:13 +0200 Subject: fix 'occured' typo --- src/vhdl/sem_expr.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vhdl') diff --git a/src/vhdl/sem_expr.adb b/src/vhdl/sem_expr.adb index ec73f37b6..92dcc408a 100644 --- a/src/vhdl/sem_expr.adb +++ b/src/vhdl/sem_expr.adb @@ -4773,7 +4773,7 @@ package body Sem_Expr is Res := Sem_Expression_Ov (Cond, Null_Iir); if Res = Null_Iir then - -- Error occured. + -- Error occurred. return Res; end if; -- cgit v1.2.3