From 87da3b4fe3478295241bff8f6f400ab3aa097a7a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 23 Sep 2018 07:25:06 +0200 Subject: Improve doc, fix English typo. --- src/ortho/llvm-nodebug/ortho_llvm.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ortho/llvm-nodebug/ortho_llvm.adb') 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; -- cgit v1.2.3