summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-04-20 15:58:31 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-04-21 09:18:38 +0100
commitd12c7cb9ee81a68bfcb5f254c016c3c25ed207a4 (patch)
tree28902ee12313fdbef1275a92a18bb29c36fc3964
parent3bec1ac0117d4c46b2cc5012dca9a07d481137be (diff)
downloadhaskell-d12c7cb9ee81a68bfcb5f254c016c3c25ed207a4.tar.gz
Spelling in comment
-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 fa517c2f00..7d43d54682 100644
--- a/compiler/simplCore/CSE.hs
+++ b/compiler/simplCore/CSE.hs
@@ -112,7 +112,7 @@ We do not expect the rule to fire. But if we do CSE, then we risk
getting yes=no, and the rule does fire. Actually, it won't because
NOINLINE means that 'yes' will never be inlined, not even if we have
yes=no. So that's fine (now; perhaps in the olden days, yes=no would
-have substituted even if 'yes' was NOINLINE.
+have substituted even if 'yes' was NOINLINE).
But we do need to take care. Consider