[commit: ghc] master: fix comment (#7907) (22574cf)

Simon Marlow marlowsd at gmail.com
Tue May 21 14:38:16 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/22574cf00438922badee0e8e0ea5ef1614c5d17d

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

commit 22574cf00438922badee0e8e0ea5ef1614c5d17d
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue May 21 09:00:35 2013 +0100

    fix comment (#7907)

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

 includes/rts/storage/Closures.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/rts/storage/Closures.h b/includes/rts/storage/Closures.h
index 2302b7d..1eef182 100644
--- a/includes/rts/storage/Closures.h
+++ b/includes/rts/storage/Closures.h
@@ -80,7 +80,7 @@ typedef struct {
 typedef struct StgClosure_ {
     StgHeader   header;
     struct StgClosure_ *payload[FLEXIBLE_ARRAY];
-} *StgClosurePtr; // StgClosure defined in Rts.h
+} *StgClosurePtr; // StgClosure defined in rts/Types.h
 
 typedef struct {
     StgThunkHeader  header;





More information about the ghc-commits mailing list