summaryrefslogtreecommitdiff
path: root/compiler/llvmGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-04-04 10:49:51 +0200
committerGabor Greif <ggreif@gmail.com>2017-04-05 15:27:05 +0200
commit577f3da7b81920c427c394871c86a523627e14e9 (patch)
tree955cceaab5020990725284b1aff2c26d5aab7191 /compiler/llvmGen
parentce9b6170b0ac9ff417000d8e7bdff7b2298f2978 (diff)
downloadhaskell-577f3da7b81920c427c394871c86a523627e14e9.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/llvmGen')
-rw-r--r--compiler/llvmGen/LlvmCodeGen/CodeGen.hs2
1 files changed, 1 insertions, 1 deletions
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])