summaryrefslogtreecommitdiff
path: root/compiler/simplCore
diff options
context:
space:
mode:
authorPatrick Palka <patrick@parcs.ath.cx>2013-03-21 10:40:16 -0400
committerPatrick Palka <patrick@parcs.ath.cx>2013-08-30 10:01:22 -0400
commite87d158d1580d13a39dc926c3fc17b12c856285a (patch)
treebf7861853ed93562980a943df5f463bce9ba7bfd /compiler/simplCore
parent064e1010e2624b269cc64beecd32b205843e7cb2 (diff)
downloadhaskell-e87d158d1580d13a39dc926c3fc17b12c856285a.tar.gz
Fix comment typos that interfere with syntax highlighting
Diffstat (limited to 'compiler/simplCore')
-rw-r--r--compiler/simplCore/OccurAnal.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/OccurAnal.lhs b/compiler/simplCore/OccurAnal.lhs
index 52c564507a..75d5364f63 100644
--- a/compiler/simplCore/OccurAnal.lhs
+++ b/compiler/simplCore/OccurAnal.lhs
@@ -1643,7 +1643,7 @@ When the scrutinee is a GlobalId we must take care in two ways
i) In order to *know* whether 'x' occurs free in the RHS, we need its
occurrence info. BUT, we don't gather occurrence info for
GlobalIds. That's the reason for the (small) occ_gbl_scrut env in
- OccEnv is for: it says "gather occurrence info for these.
+ OccEnv is for: it says "gather occurrence info for these".
ii) We must call localiseId on 'x' first, in case it's a GlobalId, or
has an External Name. See, for example, SimplEnv Note [Global Ids in