diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-11-29 16:18:07 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-11-29 16:18:07 +0100 |
commit | e755930d7f1e5f2b6161cf61aae267ed3094bfe6 (patch) | |
tree | 2de55c8c06f1b11f49e32e6953640726bcc718e6 /compiler/main/TidyPgm.hs | |
parent | f8c8de8ebf73cd77faa0249d92f280e33a8d2624 (diff) | |
download | haskell-e755930d7f1e5f2b6161cf61aae267ed3094bfe6.tar.gz |
Typos in comments
Diffstat (limited to 'compiler/main/TidyPgm.hs')
-rw-r--r-- | compiler/main/TidyPgm.hs | 2 |
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.) |