summaryrefslogtreecommitdiff
path: root/compiler/cmm
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-12-08 23:01:55 +0100
committerGabor Greif <ggreif@gmail.com>2014-12-08 23:37:59 +0100
commit2515686ff695169238b673423f01768f5aaa9750 (patch)
tree4928ef4a7295549fe26c8497c916b933419475d6 /compiler/cmm
parent8688f6a5f652e8f41a19faf1a935073d85efffa0 (diff)
downloadhaskell-2515686ff695169238b673423f01768f5aaa9750.tar.gz
catch some recent typos
Diffstat (limited to 'compiler/cmm')
-rw-r--r--compiler/cmm/CmmType.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmType.hs b/compiler/cmm/CmmType.hs
index 37d92c207d..f852d54b34 100644
--- a/compiler/cmm/CmmType.hs
+++ b/compiler/cmm/CmmType.hs
@@ -436,7 +436,7 @@ Cons:
Currently for GHC, the foreign call point is moot, because we do our
own promotion of sub-word-sized values to word-sized values. The Int8
-type is represnted by an Int# which is kept sign-extended at all times
+type is represented by an Int# which is kept sign-extended at all times
(this is slightly naughty, because we're making assumptions about the
C calling convention rather early on in the compiler). However, given
this, the cons outweigh the pros.