[commit: ghc] master: s/Heep/Heap/ (4f85aab)

git at git.haskell.org git
Thu Oct 3 22:05:06 UTC 2013


Repository : ssh://git at git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4f85aab0efe19d4531b116305b97585bc6a217d5/ghc

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

commit 4f85aab0efe19d4531b116305b97585bc6a217d5
Author: Edward Z. Yang <ezyang at mit.edu>
Date:   Thu Oct 3 15:04:54 2013 -0700

    s/Heep/Heap/
    
    Signed-off-by: Edward Z. Yang <ezyang at mit.edu>


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

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

diff --git a/rts/Schedule.c b/rts/Schedule.c
index 7c4e67d..3bf9957 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -1082,7 +1082,7 @@ schedulePostRunThread (Capability *cap, StgTSO *t)
 }
 
 /* -----------------------------------------------------------------------------
- * Handle a thread that returned to the scheduler with ThreadHeepOverflow
+ * Handle a thread that returned to the scheduler with ThreadHeapOverflow
  * -------------------------------------------------------------------------- */
 
 static rtsBool




More information about the ghc-commits mailing list