aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/llvm-nodebug/ortho_llvm.adb
diff options
context:
space:
mode:
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;