summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2013-09-07 18:00:40 -0400
committerAustin Seipp <austin@well-typed.com>2013-10-25 09:14:29 -0500
commit8f3ea7d7b88b7dac26756e8af9f9defd4208e521 (patch)
treef736f19a84384af65190277fc9494ed5b7a1fc7f /rts/Schedule.c
parent7de07eb78c10217c87f0f6a4c12ef2927d044e00 (diff)
downloadhaskell-8f3ea7d7b88b7dac26756e8af9f9defd4208e521.tar.gz
rts: Fix typo in comment
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r--rts/Schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index 3bf9957cfa..adf2b5cb39 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;