summaryrefslogtreecommitdiff
path: root/compiler/main/TidyPgm.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-11-29 16:18:07 +0100
committerGabor Greif <ggreif@gmail.com>2016-11-29 16:18:07 +0100
commite755930d7f1e5f2b6161cf61aae267ed3094bfe6 (patch)
tree2de55c8c06f1b11f49e32e6953640726bcc718e6 /compiler/main/TidyPgm.hs
parentf8c8de8ebf73cd77faa0249d92f280e33a8d2624 (diff)
downloadhaskell-e755930d7f1e5f2b6161cf61aae267ed3094bfe6.tar.gz
Typos in comments
Diffstat (limited to 'compiler/main/TidyPgm.hs')
-rw-r--r--compiler/main/TidyPgm.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/TidyPgm.hs b/compiler/main/TidyPgm.hs
index e59a3896f3..9f2723c661 100644
--- a/compiler/main/TidyPgm.hs
+++ b/compiler/main/TidyPgm.hs
@@ -954,7 +954,7 @@ findExternalRules omit_prags binds imp_id_rules unfold_env
-- local binder (on LHS or RHS) that we have now discarded.
-- (NB: ruleFreeVars only includes LocalIds)
--
- -- LHS: we have alrady filtered out rules that mention internal Ids
+ -- LHS: we have already filtered out rules that mention internal Ids
-- on LHS but that isn't enough because we might have by now
-- discarded a binding with an external Id. (How?
-- chooseExternalIds is a bit conservative.)