[commit: ghc] master: Typofix. (638ba3e)

Edward Z. Yang ezyang at MIT.EDU
Sun Mar 3 01:13:10 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/638ba3e8b74816934b29738b1dfaecb536dbcddd

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

commit 638ba3e8b74816934b29738b1dfaecb536dbcddd
Author: Edward Z. Yang <ezyang at mit.edu>
Date:   Sat Mar 2 16:13:04 2013 -0800

    Typofix.
    
    Signed-off-by: Edward Z. Yang <ezyang at mit.edu>

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

 rts/ProfHeap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c
index 06558ae..f570a54 100644
--- a/rts/ProfHeap.c
+++ b/rts/ProfHeap.c
@@ -97,7 +97,7 @@ static void dumpCensus( Census *census );
 static rtsBool closureSatisfiesConstraints( StgClosure* p );
 
 /* ----------------------------------------------------------------------------
- * Find the "closure identity", which is a unique pointer reresenting
+ * Find the "closure identity", which is a unique pointer representing
  * the band to which this closure's heap space is attributed in the
  * heap profile.
  * ------------------------------------------------------------------------- */





More information about the ghc-commits mailing list