summaryrefslogtreecommitdiff
path: root/compiler/llvmGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-05-26 11:08:54 +0200
committerGabor Greif <ggreif@gmail.com>2017-05-26 14:49:41 +0200
commit19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1 (patch)
treec6bff37189ffcf0a997dc8e556e79f48c28e2a8d /compiler/llvmGen
parentad14efd539377aaf472ad69449dcaf3e679b0e51 (diff)
downloadhaskell-19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/llvmGen')
-rw-r--r--compiler/llvmGen/Llvm/AbsSyn.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvmGen/Llvm/AbsSyn.hs b/compiler/llvmGen/Llvm/AbsSyn.hs
index 45d79f5251..8f38c799c7 100644
--- a/compiler/llvmGen/Llvm/AbsSyn.hs
+++ b/compiler/llvmGen/Llvm/AbsSyn.hs
@@ -267,7 +267,7 @@ data LlvmExpression
{- |
Cast the variable from to the to type. This is an abstraction of three
- cast operators in Llvm, inttoptr, prttoint and bitcast.
+ cast operators in Llvm, inttoptr, ptrtoint and bitcast.
* cast: Cast type
* from: Variable to cast
* to: type to cast to