From 996206b15aa1d4e6d203934484b9076c4c8e1032 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 10 Oct 2013 17:31:19 -0700 Subject: Typofix. Signed-off-by: Edward Z. Yang --- rts/Threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/Threads.c') diff --git a/rts/Threads.c b/rts/Threads.c index 742119df1f..0971288505 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. -- cgit v1.2.1