Repository : ssh://g...@git.haskell.org/ghc

On branch  : master
Link       : 
http://ghc.haskell.org/trac/ghc/changeset/0773f76796ba00a4f2ad7644f99d6ea6f7522f9b/ghc

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

commit 0773f76796ba00a4f2ad7644f99d6ea6f7522f9b
Author: Edward Z. Yang <ezy...@mit.edu>
Date:   Thu Oct 3 15:16:19 2013 -0700

    s/pathalogical/pathological/
    
    Signed-off-by: Edward Z. Yang <ezy...@mit.edu>


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

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

diff --git a/rts/Threads.c b/rts/Threads.c
index 14fb7e8..44bb31f 100644
--- a/rts/Threads.c
+++ b/rts/Threads.c
@@ -538,7 +538,7 @@ threadStackOverflow (Capability *cap, StgTSO *tso)
 
     // We also want to avoid enlarging the stack if squeezing has
     // already released some of it.  However, we don't want to get into
-    // a pathalogical situation where a thread has a nearly full stack
+    // a pathological situation where a thread has a nearly full stack
     // (near its current limit, but not near the absolute -K limit),
     // keeps allocating a little bit, squeezing removes a little bit,
     // and then it runs again.  So to avoid this, if we squeezed *and*

_______________________________________________
ghc-commits mailing list
ghc-commits@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to