diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-05-26 11:08:54 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-05-26 14:49:41 +0200 |
commit | 19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1 (patch) | |
tree | c6bff37189ffcf0a997dc8e556e79f48c28e2a8d /compiler/llvmGen | |
parent | ad14efd539377aaf472ad69449dcaf3e679b0e51 (diff) | |
download | haskell-19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'compiler/llvmGen')
-rw-r--r-- | compiler/llvmGen/Llvm/AbsSyn.hs | 2 |
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 |