summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmClosure.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-02-11 12:38:21 +0100
committerGabor Greif <ggreif@gmail.com>2016-02-11 17:11:20 +0100
commitefba41e2b3b42b7f83e9832b1102f6585cd4ca44 (patch)
tree146aede94566f0c2b4ca6579b86c56244b55b881 /compiler/codeGen/StgCmmClosure.hs
parent46af6835ac68d104ee56c29afdfa523c165db2fb (diff)
downloadhaskell-efba41e2b3b42b7f83e9832b1102f6585cd4ca44.tar.gz
Another batch of typo fixes in non-code
Diffstat (limited to 'compiler/codeGen/StgCmmClosure.hs')
-rw-r--r--compiler/codeGen/StgCmmClosure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index dca026dccd..9b1545f2db 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -438,7 +438,7 @@ floated them out. Well, a clever optimiser might leave one there to
avoid a space leak, deliberately recomputing a thunk. Also (and this
really does happen occasionally) let-floating may make a function f smaller
so it can be inlined, so now (f True) may generate a local no-fv closure.
-This actually happened during bootsrapping GHC itself, with f=mkRdrFunBind
+This actually happened during bootstrapping GHC itself, with f=mkRdrFunBind
in TcGenDeriv.) -}
-----------------------------------------------------------------------------