aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-09-16 08:52:32 +0200
committerGitHub <noreply@github.com>2021-09-16 08:52:32 +0200
commit2b31dea10d5a328b15e47723b5d03422ac538320 (patch)
treeb76b5f01e43e89c24a22c8f218c396d3af12176b /src/ortho
parent422723e31d8642f9674e7ba10975545f612e9bee (diff)
downloadghdl-2b31dea10d5a328b15e47723b5d03422ac538320.tar.gz
ghdl-2b31dea10d5a328b15e47723b5d03422ac538320.tar.bz2
ghdl-2b31dea10d5a328b15e47723b5d03422ac538320.zip
Fixed some typos (#1868)
Diffstat (limited to 'src/ortho')
-rw-r--r--src/ortho/mcode/ortho_code-x86-insns.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/mcode/ortho_code-x86-insns.adb b/src/ortho/mcode/ortho_code-x86-insns.adb
index 182e79381..94b16754d 100644
--- a/src/ortho/mcode/ortho_code-x86-insns.adb
+++ b/src/ortho/mcode/ortho_code-x86-insns.adb
@@ -2394,7 +2394,7 @@ package body Ortho_Code.X86.Insns is
case Kind is
when OE_Beg
| OE_End =>
- -- Stack offset has been explicitely changed for local variables.
+ -- Stack offset has been explicitly changed for local variables.
null;
when others =>
Stack_Offset := Prev_Stack_Offset;