[commit: ghc] master: typos (93c03f8)

Gabor Greif ggreif at gmail.com
Sun Jul 29 21:37:06 CEST 2012


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/93c03f84c4bfebea5faeb60d75d708a578413e4a

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

commit 93c03f84c4bfebea5faeb60d75d708a578413e4a
Author: Gabor Greif <ggreif at gmail.com>
Date:   Fri Jul 27 23:29:21 2012 +0200

    typos

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

 rts/parallel/Pack.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rts/parallel/Pack.c b/rts/parallel/Pack.c
index fe64a75..58fe7ed 100644
--- a/rts/parallel/Pack.c
+++ b/rts/parallel/Pack.c
@@ -2801,7 +2801,7 @@ UnpackFetchMe (StgWord ***bufptrP, StgClosure **graphP) {
   ToDo: implement packing of MUT_ARRAYs
 */
 
-//@cindex UnackArray
+//@cindex UnpackArray
 static void
 UnpackArray(StgWord ***bufptrP, StgClosure *graph)
 {
@@ -2995,7 +2995,7 @@ UnpackPAP(StgWord ***bufptrP, StgClosure *graph)
 	//ASSERT(type==BLACKHOLE || type==CAF_BLACKHOLE || type==BLACKHOLE_BQ);
 
 	IF_PAR_DEBUG(pack,
-		     belch("*<** UnackPAP @ %p: UPDATE_FRAME", 
+		     belch("*<** UnpackPAP @ %p: UPDATE_FRAME", 
 			   p));
 
 	((StgUpdateFrame *)p)->header.info = (StgInfoTable*)*bufptr++;





More information about the Cvs-ghc mailing list