[commit: ghc] master: Schedule.h: Fix path of include file in comment (658817b)

Simon Marlow marlowsd at gmail.com
Wed Jan 30 12:01:11 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/658817bf1b44e9be8a3857c09aae086bef937720

>---------------------------------------------------------------

commit 658817bf1b44e9be8a3857c09aae086bef937720
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Mon Jan 28 09:21:52 2013 -0500

    Schedule.h: Fix path of include file in comment

>---------------------------------------------------------------

 rts/Schedule.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rts/Schedule.h b/rts/Schedule.h
index 8b7caea..015cc1c 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.





More information about the ghc-commits mailing list