summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/Llvm
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-01-11 17:52:20 +0100
committerGabor Greif <ggreif@gmail.com>2017-01-12 13:30:29 +0100
commitc6b0486578c0df2b4ee7c440a95b515293e5b3e6 (patch)
tree8e2633922da964f589a47f4376529cc50ff78c8d /compiler/llvmGen/Llvm
parentf9df77e4abb2a5d83040ad5dd2dc19df6e055c5c (diff)
downloadhaskell-c6b0486578c0df2b4ee7c440a95b515293e5b3e6.tar.gz
Typos in manual, comments and tests
Diffstat (limited to 'compiler/llvmGen/Llvm')
-rw-r--r--compiler/llvmGen/Llvm/PpLlvm.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvmGen/Llvm/PpLlvm.hs b/compiler/llvmGen/Llvm/PpLlvm.hs
index c9c1f95eac..cdf8cc7791 100644
--- a/compiler/llvmGen/Llvm/PpLlvm.hs
+++ b/compiler/llvmGen/Llvm/PpLlvm.hs
@@ -137,7 +137,7 @@ ppLlvmFunction fun =
$+$ newLine
$+$ newLine
--- | Print out a function defenition header.
+-- | Print out a function definition header.
ppLlvmFunctionHeader :: LlvmFunctionDecl -> [LMString] -> SDoc
ppLlvmFunctionHeader (LlvmFunctionDecl n l c r varg p a) args
= let varg' = case varg of