summaryrefslogtreecommitdiff
path: root/compiler/llvmGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-01-27 11:11:04 +0100
committerGabor Greif <ggreif@gmail.com>2016-01-27 11:11:04 +0100
commit448ea978318a9f8c9bb611803aa01f934b111fe9 (patch)
tree75215b895e337d364b9b11d8e9b9ae4289c1cfac /compiler/llvmGen
parent45fd83bb5ed3a66320eb873039b65566f53ed36a (diff)
downloadhaskell-448ea978318a9f8c9bb611803aa01f934b111fe9.tar.gz
Typos in comments
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 a4aa62a89f..4bc6248470 100644
--- a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
+++ b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
@@ -1667,7 +1667,7 @@ genLit _ CmmHighStackMark
-- and avoids having to deal with Phi node insertion. This is also
-- the approach recommended by LLVM developers.
--
--- On the other hand, this is unecessarily verbose if the register in
+-- On the other hand, this is unnecessarily verbose if the register in
-- question is never written. Therefore we skip it where we can to
-- save a few lines in the output and hopefully speed compilation up a
-- bit.