summaryrefslogtreecommitdiff
path: root/rts/Exception.cmm
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-10-21 12:59:35 -0700
committerEdward Z. Yang <ezyang@mit.edu>2013-10-21 12:59:35 -0700
commit3fb19a913f7bf79bd7895c85c750b98308ddb1cf (patch)
tree2b3812efa9a5de2526f646d31289e830841c951b /rts/Exception.cmm
parentd4f7e011481084e8e99ac3490e9e8bace5da1a84 (diff)
downloadhaskell-3fb19a913f7bf79bd7895c85c750b98308ddb1cf.tar.gz
s/excpetions/exceptions/
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'rts/Exception.cmm')
-rw-r--r--rts/Exception.cmm2
1 files changed, 1 insertions, 1 deletions
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);