aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm-nodebug/ortho_llvm.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-09-23 07:25:06 +0200
committerTristan Gingold <tgingold@free.fr>2018-09-23 07:25:06 +0200
commit87da3b4fe3478295241bff8f6f400ab3aa097a7a (patch)
treecbfbc1ee649be4924e8fcdd3610a7bdf5ef90907 /src/ortho/llvm-nodebug/ortho_llvm.adb
parent2ac3808f465ec736a1359d35426fb49c1dfe58dd (diff)
downloadghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.tar.gz
ghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.tar.bz2
ghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.zip
Improve doc, fix English typo.
Diffstat (limited to 'src/ortho/llvm-nodebug/ortho_llvm.adb')
-rw-r--r--src/ortho/llvm-nodebug/ortho_llvm.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/llvm-nodebug/ortho_llvm.adb b/src/ortho/llvm-nodebug/ortho_llvm.adb
index 9edc264a7..7eb7277c6 100644
--- a/src/ortho/llvm-nodebug/ortho_llvm.adb
+++ b/src/ortho/llvm-nodebug/ortho_llvm.adb
@@ -27,7 +27,7 @@ package body Ortho_LLVM is
-- The current function node (needed for return type).
Cur_Func_Decl : O_Dnode;
- -- Wether the code is currently unreachable. LLVM doesn't accept basic
+ -- Whether the code is currently unreachable. LLVM doesn't accept basic
-- blocks that cannot be reached (using trivial rules). So we need to
-- discard instructions after a return, a next or an exit statement.
Unreach : Boolean;