diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-07 11:55:16 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-08 09:36:34 +0100 |
commit | b990f656091cb6c960fb21f05791acf38a19abc1 (patch) | |
tree | 6810fbe0c2c2ed354d07747f6e883583dadf1ebe /compiler/main/TidyPgm.hs | |
parent | 512f157c2ac0d4b9d754dc83ba1df819eb766e70 (diff) | |
download | haskell-b990f656091cb6c960fb21f05791acf38a19abc1.tar.gz |
More typos in comments [skip ci]
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 0c8f4910cb..2e603a64e4 100644 --- a/compiler/main/TidyPgm.hs +++ b/compiler/main/TidyPgm.hs @@ -691,7 +691,7 @@ chooseExternalIds hsc_env mod omit_prags expose_all binds implicit_binds imp_id_ init_occ_env = initTidyOccEnv avoids - search :: [(Id,Id)] -- The work-list: (external id, referrring id) + search :: [(Id,Id)] -- The work-list: (external id, referring id) -- Make a tidy, external Name for the external id, -- add it to the UnfoldEnv, and do the same for the -- transitive closure of Ids it refers to |