diff options
Diffstat (limited to 'rts/sm/Scav.c')
-rw-r--r-- | rts/sm/Scav.c | 2 |
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; } |