summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreSyn.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-07-20 10:46:14 +0200
committerGabor Greif <ggreif@gmail.com>2017-07-20 10:47:47 +0200
commita273c735ca268988ee1550c248ba88b57a227cb9 (patch)
tree29cc527b94f2f6efcf4343659ba7234fec0a1dd2 /compiler/coreSyn/CoreSyn.hs
parentcc839c57ff9c80b50d39e8e2e66a18674bab3486 (diff)
downloadhaskell-a273c735ca268988ee1550c248ba88b57a227cb9.tar.gz
Spelling fixes
Diffstat (limited to 'compiler/coreSyn/CoreSyn.hs')
-rw-r--r--compiler/coreSyn/CoreSyn.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreSyn.hs b/compiler/coreSyn/CoreSyn.hs
index 13cf8ae5fb..99478d2b66 100644
--- a/compiler/coreSyn/CoreSyn.hs
+++ b/compiler/coreSyn/CoreSyn.hs
@@ -1652,7 +1652,7 @@ In unfoldings and rules, we guarantee that the template is occ-analysed,
so that the occurrence info on the binders is correct. This is important,
because the Simplifier does not re-analyse the template when using it. If
the occurrence info is wrong
- - We may get more simpifier iterations than necessary, because
+ - We may get more simplifier iterations than necessary, because
once-occ info isn't there
- More seriously, we may get an infinite loop if there's a Rec
without a loop breaker marked