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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1be80fdb6a8e993141a3bdd4cb71cd40f693018e

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

commit 1be80fdb6a8e993141a3bdd4cb71cd40f693018e
Author: Duncan Coutts <[email protected]>
Date:   Thu Jun 2 16:16:14 2011 +0100

    Fix wrong arg name in a C function prototype

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

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

diff --git a/rts/Sparks.h b/rts/Sparks.h
index ea7d356..7db6018 100644
--- a/rts/Sparks.h
+++ b/rts/Sparks.h
@@ -40,7 +40,7 @@ INLINE_HEADER StgClosure* reclaimSpark(SparkPool *pool);
 // if the pool is almost empty).
 INLINE_HEADER rtsBool looksEmpty(SparkPool* deque);
 
-INLINE_HEADER StgClosure * tryStealSpark (SparkPool *cap);
+INLINE_HEADER StgClosure * tryStealSpark (SparkPool *pool);
 INLINE_HEADER rtsBool      fizzledSpark  (StgClosure *);
 
 void         freeSparkPool     (SparkPool *pool);



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to