diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-03-30 11:04:37 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-03-30 11:04:37 +0200 |
commit | a76e6f55c28a176c175b45b7279a1d20286bf56b (patch) | |
tree | d8d984e9853e6b9299886bf624539a844a2e7242 /compiler/ghci/ByteCodeGen.hs | |
parent | cb9a1e6875ac636f7c150ffacc272a2594a192dc (diff) | |
download | haskell-a76e6f55c28a176c175b45b7279a1d20286bf56b.tar.gz |
Typos in non-code
Diffstat (limited to 'compiler/ghci/ByteCodeGen.hs')
-rw-r--r-- | compiler/ghci/ByteCodeGen.hs | 2 |
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. |