summaryrefslogtreecommitdiff
path: root/rts/Schedule.h
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2013-01-28 09:21:52 -0500
committerSimon Marlow <marlowsd@gmail.com>2013-01-30 10:50:14 +0000
commit658817bf1b44e9be8a3857c09aae086bef937720 (patch)
tree40a46a0c5fc4e77b41f5bbe6a86b48a5ecfb7e4b /rts/Schedule.h
parent8d5bc7404664e024b7a845f0597fb4fb1015382b (diff)
downloadhaskell-658817bf1b44e9be8a3857c09aae086bef937720.tar.gz
Schedule.h: Fix path of include file in comment
Diffstat (limited to 'rts/Schedule.h')
-rw-r--r--rts/Schedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h
index 8b7caeaf07..015cc1cefc 100644
--- a/rts/Schedule.h
+++ b/rts/Schedule.h
@@ -122,7 +122,7 @@ void resurrectThreads (StgTSO *);
#if !IN_STG_CODE
-/* END_TSO_QUEUE and friends now defined in includes/StgMiscClosures.h */
+/* END_TSO_QUEUE and friends now defined in includes/stg/MiscClosures.h */
/* Add a thread to the end of the run queue.
* NOTE: tso->link should be END_TSO_QUEUE before calling this macro.