[commit: ghc] master: s/excpetions/exceptions/ (3fb19a9)

git at git.haskell.org git at git.haskell.org
Mon Oct 21 19:59:47 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3fb19a913f7bf79bd7895c85c750b98308ddb1cf/ghc

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

commit 3fb19a913f7bf79bd7895c85c750b98308ddb1cf
Author: Edward Z. Yang <ezyang at mit.edu>
Date:   Mon Oct 21 12:59:35 2013 -0700

    s/excpetions/exceptions/
    
    Signed-off-by: Edward Z. Yang <ezyang at mit.edu>


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

3fb19a913f7bf79bd7895c85c750b98308ddb1cf
 rts/Exception.cmm |    2 +-
 rts/RaiseAsync.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rts/Exception.cmm b/rts/Exception.cmm
index 2e18a7a..e2fc554 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);
diff --git a/rts/RaiseAsync.c b/rts/RaiseAsync.c
index 86a16d3..a5440e4 100644
--- a/rts/RaiseAsync.c
+++ b/rts/RaiseAsync.c
@@ -923,7 +923,7 @@ raiseAsync(Capability *cap, StgTSO *tso, StgClosure *exception,
 	    //
 	    sp = frame - 1;
 	    
-	    /* Ensure that async excpetions are blocked now, so we don't get
+	    /* Ensure that async exceptions are blocked now, so we don't get
 	     * a surprise exception before we get around to executing the
 	     * handler.
 	     */



More information about the ghc-commits mailing list