summaryrefslogtreecommitdiff
path: root/rts/sm/Scav.c
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2013-09-27 20:59:49 +0100
committerSimon Marlow <marlowsd@gmail.com>2013-10-01 11:45:46 +0100
commit3c9aa40f1cb3f228a86b359466ac8f058583e157 (patch)
treef204c091bf65a4eea8f27d40439c6248c832182a /rts/sm/Scav.c
parentaab65608f9a26990b2c5083e4b65b9d1f6c9b48a (diff)
downloadhaskell-3c9aa40f1cb3f228a86b359466ac8f058583e157.tar.gz
comment update
Diffstat (limited to 'rts/sm/Scav.c')
-rw-r--r--rts/sm/Scav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c
index fcdda1c7c7..5b1e5d0fc8 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;
}