]> sourceware.org Git - newlib-cygwin.git/commitdiff
* exceptions.cc (exception::myfault_handle): Fix typo in comment.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 9 Jul 2014 10:21:05 +0000 (10:21 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 9 Jul 2014 10:21:05 +0000 (10:21 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc

index 6dede5698f10d0d26ab0aadaf3be8894195c7f1c..82fc1d36698a8bc7fcd8bb0c2b871f6a30269e38 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-09  Corinna Vinschen  <corinna@vinschen.de>
+
+       * exceptions.cc (exception::myfault_handle): Fix typo in comment.
+
 2014-07-07  Corinna Vinschen  <corinna@vinschen.de>
 
        * exceptions.cc (exception::myfault_handle): Disable handling
index ebfc975723a0b686bc63cb6a79bd58a9e0e42354..60cef57ab6adc502d59a69987b7e15634b3489a6 100644 (file)
@@ -564,7 +564,7 @@ exception::myfault_handle (LPEXCEPTION_POINTERS ep)
        case STATUS_ACCESS_VIOLATION:
        case STATUS_DATATYPE_MISALIGNMENT:
 #if 0
-       /* Short-circuting STATUS_STACK_OVERFLOW disables stack commits. */
+       /* Short-circuiting STATUS_STACK_OVERFLOW disables stack commits. */
        case STATUS_STACK_OVERFLOW:
 #endif
        case STATUS_ARRAY_BOUNDS_EXCEEDED:
This page took 0.032742 seconds and 5 git commands to generate.