[commit: ghc] master: Typofix. (996206b)

git at git.haskell.org git
Fri Oct 11 00:31:28 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/996206b15aa1d4e6d203934484b9076c4c8e1032/ghc

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

commit 996206b15aa1d4e6d203934484b9076c4c8e1032
Author: Edward Z. Yang <ezyang at mit.edu>
Date:   Thu Oct 10 17:31:19 2013 -0700

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


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

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

diff --git a/rts/Threads.c b/rts/Threads.c
index 742119d..0971288 100644
--- a/rts/Threads.c
+++ b/rts/Threads.c
@@ -502,7 +502,7 @@ threadStackOverflow (Capability *cap, StgTSO *tso)
     if (tso->tot_stack_size >= RtsFlags.GcFlags.maxStkSize
         && !(tso->flags & TSO_BLOCKEX)) {
         // NB. never raise a StackOverflow exception if the thread is
-        // inside Control.Exceptino.block.  It is impractical to protect
+        // inside Control.Exception.mask.  It is impractical to protect
         // against stack overflow exceptions, since virtually anything
         // can raise one (even 'catch'), so this is the only sensible
         // thing to do here.  See bug #767.




More information about the ghc-commits mailing list