summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/CodeGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-04-07 21:36:11 +0200
committerGabor Greif <ggreif@gmail.com>2013-04-07 22:34:26 +0200
commit8e02c0a594c6e5dc4208d8247a78bd4ce2d423e5 (patch)
tree94df4605ff621a7ef2118d9a6cdd61571647b412 /compiler/nativeGen/SPARC/CodeGen
parenta7b08c05a883c350d017ebc9de5bb70b818bcb6a (diff)
downloadhaskell-8e02c0a594c6e5dc4208d8247a78bd4ce2d423e5.tar.gz
Fix typos
Diffstat (limited to 'compiler/nativeGen/SPARC/CodeGen')
-rw-r--r--compiler/nativeGen/SPARC/CodeGen/Gen64.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/CodeGen/Gen64.hs b/compiler/nativeGen/SPARC/CodeGen/Gen64.hs
index 7b39a371d7..a7532e1c8d 100644
--- a/compiler/nativeGen/SPARC/CodeGen/Gen64.hs
+++ b/compiler/nativeGen/SPARC/CodeGen/Gen64.hs
@@ -36,7 +36,7 @@ import Outputable
-- | Code to assign a 64 bit value to memory.
assignMem_I64Code
- :: CmmExpr -- ^ expr producing the desination address
+ :: CmmExpr -- ^ expr producing the destination address
-> CmmExpr -- ^ expr producing the source value.
-> NatM InstrBlock