From 577f3da7b81920c427c394871c86a523627e14e9 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 4 Apr 2017 10:49:51 +0200 Subject: Typos in comments [ci skip] --- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/llvmGen') diff --git a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs index 40c5498255..f1383c660e 100644 --- a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs +++ b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs @@ -62,7 +62,7 @@ genLlvmProc _ = panic "genLlvmProc: case that shouldn't reach here!" -- -- | Generate code for a list of blocks that make up a complete --- procedure. The first block in the list is exepected to be the entry +-- procedure. The first block in the list is expected to be the entry -- point and will get the prologue. basicBlocksCodeGen :: LiveGlobalRegs -> [CmmBlock] -> LlvmM ([LlvmBasicBlock], [LlvmCmmDecl]) -- cgit v1.2.1