summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeGen.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-03-30 11:04:37 +0200
committerGabor Greif <ggreif@gmail.com>2016-03-30 11:04:37 +0200
commita76e6f55c28a176c175b45b7279a1d20286bf56b (patch)
treed8d984e9853e6b9299886bf624539a844a2e7242 /compiler/ghci/ByteCodeGen.hs
parentcb9a1e6875ac636f7c150ffacc272a2594a192dc (diff)
downloadhaskell-a76e6f55c28a176c175b45b7279a1d20286bf56b.tar.gz
Typos in non-code
Diffstat (limited to 'compiler/ghci/ByteCodeGen.hs')
-rw-r--r--compiler/ghci/ByteCodeGen.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeGen.hs b/compiler/ghci/ByteCodeGen.hs
index da52b54240..fd186c7fe8 100644
--- a/compiler/ghci/ByteCodeGen.hs
+++ b/compiler/ghci/ByteCodeGen.hs
@@ -525,7 +525,7 @@ schemeE d s p (AnnCase scrut bndr _ [(DataAlt dc, [bind1, bind2], rhs)])
-- case .... of x { (# V'd-thing, a #) -> ... }
-- to
-- case .... of a { DEFAULT -> ... }
- -- becuse the return convention for both are identical.
+ -- because the return convention for both are identical.
--
-- Note that it does not matter losing the void-rep thing from the
-- envt (it won't be bound now) because we never look such things up.