diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-17 17:39:33 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-18 09:37:19 +0100 |
commit | e324e317caab06fda232636c32e8a60d9e888a9c (patch) | |
tree | 573d703e0c0dcb92d48e46b98145e9283905ee05 /compiler/stgSyn | |
parent | 2b61f52a0d0d636fb468756728c3ee0f5def8304 (diff) | |
download | haskell-e324e317caab06fda232636c32e8a60d9e888a9c.tar.gz |
Typos in comments only [ci skip]
Diffstat (limited to 'compiler/stgSyn')
-rw-r--r-- | compiler/stgSyn/CoreToStg.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stgSyn/CoreToStg.hs b/compiler/stgSyn/CoreToStg.hs index 0e33918d8a..5531d31d30 100644 --- a/compiler/stgSyn/CoreToStg.hs +++ b/compiler/stgSyn/CoreToStg.hs @@ -835,7 +835,7 @@ mkStgRhs' con_updateable rhs_fvs bndr binder_info rhs -- and lots of PAP_enters. -- -- - in the case where the thunk is top-level, we save building --- a black hole and futhermore the thunk isn't considered to +-- a black hole and furthermore the thunk isn't considered to -- be a CAF any more, so it doesn't appear in any SRTs. -- -- We do it here, because the arity information is accurate, and we need |