aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2018-05-26 21:26:13 +0200
committer1138-4EB <1138-4EB@users.noreply.github.com>2018-05-26 21:46:12 +0200
commit0a4889609312fae3805cb8f9ed2cbcc80192c8f2 (patch)
treecb56dc1373c82679c777308946f3d3ff869373e3 /src/vhdl
parentf20bc0c2d9148bfb77c6aff1a94821334529a98e (diff)
downloadghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.tar.gz
ghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.tar.bz2
ghdl-0a4889609312fae3805cb8f9ed2cbcc80192c8f2.zip
fix 'occured' typo
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/sem_expr.adb2
1 files changed, 1 insertions, 1 deletions
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;