diff --git a/rts/Schedule.c b/rts/Schedule.c index 3bf9957cfad262a0c9ee5c7a9f62142acdf97c48..adf2b5cb398aa106bcbe1706568c8ce9ccfd5000 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -393,7 +393,7 @@ schedule (Capability *initialCapability, Task *task) run_thread: - // CurrentTSO is the thread to run. t might be different if we + // CurrentTSO is the thread to run. It might be different if we // loop back to run_thread, so make sure to set CurrentTSO after // that. cap->r.rCurrentTSO = t;