summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
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 0ef1047e2f..cf975b51dd 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -67,7 +67,7 @@
* -------------------------------------------------------------------------- */
#if !defined(THREADED_RTS)
-// Blocked/sleeping thrads
+// Blocked/sleeping threads
StgTSO *blocked_queue_hd = NULL;
StgTSO *blocked_queue_tl = NULL;
StgTSO *sleeping_queue = NULL; // perhaps replace with a hash table?