This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Fix comments


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=44745e3165e0b4049d7fddf217b307323911ec5d

commit 44745e3165e0b4049d7fddf217b307323911ec5d
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Jun 20 20:56:55 2015 +0200

    Fix comments
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/exceptions.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 895d57f..fb59c61 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1610,7 +1610,7 @@ _cygtls::call_signal_handler ()
 		   movq  %[CTX], %%r8      # thiscontext to 3rd arg reg	\n\
 		   movq  %[FUNC], %%rax    # thisfunc to rax		\n\
 		   movq  %%rbp, %%r12      # Save rbp in r12		\n\
-		   movq  %%rsp, %%r13      # Store rsp in r13		\n\
+		   movq  %%rsp, %%r13      # Save rsp in r13		\n\
 		   movq  %%r10, %%rsp      # Move alt stack into rsp	\n\
 		   xorq  %%rbp, %%rbp      # Set rbp to 0		\n\
 		   subq  $32, %%rsp        # Setup shadow space		\n\
@@ -1653,7 +1653,7 @@ _cygtls::call_signal_handler ()
 		       [FUNC]	"o" (thisfunc)
 		   : "memory");
 #endif
-	  /* Revert altstack info to normal. */
+	  /* Revert alternate stack to unused. */
 	  _my_tls.altstack.ss_flags = 0;
 	}
       else


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]