Repository : ssh://g...@git.haskell.org/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/996206b15aa1d4e6d203934484b9076c4c8e1032/ghc
>--------------------------------------------------------------- commit 996206b15aa1d4e6d203934484b9076c4c8e1032 Author: Edward Z. Yang <ezy...@mit.edu> Date: Thu Oct 10 17:31:19 2013 -0700 Typofix. Signed-off-by: Edward Z. Yang <ezy...@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. _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits