summaryrefslogtreecommitdiff
path: root/compiler/simplCore/CSE.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-05-24 14:10:15 +0200
committerGabor Greif <ggreif@gmail.com>2016-05-25 20:48:35 +0200
commit8408d84e18145ebab552331248af8093f9747d3c (patch)
tree569d1ee0763ad5d67a23abc782b7169028d4aa27 /compiler/simplCore/CSE.hs
parentbdc555885b8898684549eca70053c9ce0ec7fa39 (diff)
downloadhaskell-8408d84e18145ebab552331248af8093f9747d3c.tar.gz
Spelling in comments
Diffstat (limited to 'compiler/simplCore/CSE.hs')
-rw-r--r--compiler/simplCore/CSE.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/CSE.hs b/compiler/simplCore/CSE.hs
index 0f87e82f53..f119f9f9a9 100644
--- a/compiler/simplCore/CSE.hs
+++ b/compiler/simplCore/CSE.hs
@@ -224,7 +224,7 @@ This is a vanishingly strange corner case, but we still have
to check.
We do the check in cseRhs, but it can't fire when cseRhs is called
-from a let-binding, becuase they are always ok-for-speculation. Never
+from a let-binding, because they are always ok-for-speculation. Never
mind!