Correct comment wording

llvm-svn: 78904
This commit is contained in:
Jim Grosbach 2009-08-13 15:11:43 +00:00
parent 68535f7603
commit c96e88f8a5
2 changed files with 2 additions and 2 deletions

View File

@ -1409,7 +1409,7 @@ let isCall = 1,
//===----------------------------------------------------------------------===//
// SJLJ Exception handling intrinsics
// eh_sjlj_setjmp() is a three instruction sequence to store the return
// eh_sjlj_setjmp() is an instruction sequence to store the return
// address and save #0 in R0 for the non-longjmp case.
// Since by its nature we may be coming from some other function to get
// here, and we're using the stack frame for the containing function to

View File

@ -1051,7 +1051,7 @@ let isCall = 1,
//===----------------------------------------------------------------------===//
// SJLJ Exception handling intrinsics
// eh_sjlj_setjmp() is a three instruction sequence to store the return
// eh_sjlj_setjmp() is an instruction sequence to store the return
// address and save #0 in R0 for the non-longjmp case.
// Since by its nature we may be coming from some other function to get
// here, and we're using the stack frame for the containing function to