Repository : ssh://g...@git.haskell.org/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/3c9aa40f1cb3f228a86b359466ac8f058583e157/ghc
>--------------------------------------------------------------- commit 3c9aa40f1cb3f228a86b359466ac8f058583e157 Author: Simon Marlow <marlo...@gmail.com> Date: Fri Sep 27 20:59:49 2013 +0100 comment update >--------------------------------------------------------------- 3c9aa40f1cb3f228a86b359466ac8f058583e157 rts/sm/Scav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c index fcdda1c..5b1e5d0 100644 --- a/rts/sm/Scav.c +++ b/rts/sm/Scav.c @@ -53,7 +53,7 @@ scavengeTSO (StgTSO *tso) debugTrace(DEBUG_gc,"scavenging thread %d",(int)tso->id); - // update the pointer from the Task. + // update the pointer from the InCall. if (tso->bound != NULL) { tso->bound->tso = tso; } _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits