[commit: ghc] master: comment update (3c9aa40)
git at git.haskell.org
git
Tue Oct 1 10:48:46 UTC 2013
Repository : ssh://git at git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3c9aa40f1cb3f228a86b359466ac8f058583e157/ghc
>---------------------------------------------------------------
commit 3c9aa40f1cb3f228a86b359466ac8f058583e157
Author: Simon Marlow <marlowsd at 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;
}
More information about the ghc-commits
mailing list