From 3fb19a913f7bf79bd7895c85c750b98308ddb1cf Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 21 Oct 2013 12:59:35 -0700 Subject: s/excpetions/exceptions/ Signed-off-by: Edward Z. Yang --- rts/Exception.cmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/Exception.cmm') diff --git a/rts/Exception.cmm b/rts/Exception.cmm index 2e18a7aa42..e2fc5543bf 100644 --- a/rts/Exception.cmm +++ b/rts/Exception.cmm @@ -577,7 +577,7 @@ retry_pop_stack: Sp(0) = stg_unmaskAsyncExceptionszh_ret_info; } - /* Ensure that async excpetions are blocked when running the handler. + /* Ensure that async exceptions are blocked when running the handler. */ StgTSO_flags(CurrentTSO) = %lobits32( TO_W_(StgTSO_flags(CurrentTSO)) | TSO_BLOCKEX | TSO_INTERRUPTIBLE); -- cgit v1.2.1