]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* unwind-generic.h: Fix comment typos.
authorBen Elliston <bje@au.ibm.com>
Mon, 26 Nov 2007 02:25:50 +0000 (02:25 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 26 Nov 2007 02:25:50 +0000 (13:25 +1100)
From-SVN: r130423

gcc/ChangeLog
gcc/unwind-generic.h

index bedda5f56bd248745b9f25425f160271383c625c..46cfbac2d7cf8a7041a623e4fb7abe9363094231 100644 (file)
@@ -1,7 +1,8 @@
 2007-11-26  Ben Elliston  <bje@au.ibm.com>
 
        * unwind-dw2-fde.c: Fix comment typo.
-
+       * unwind-generic.h: Likewise, fix comment typos.
+       
 2007-11-25  Richard Sandiford  <rsandifo@nildram.co.uk>
 
        * tree-sra.c (scalarize_use): Adjust the vpos argument to
index cebd663d954e66d651dfa453a08968d22bf48372..aca6639dc887754e26f8d88251ddd82075e9557d 100644 (file)
@@ -141,7 +141,7 @@ extern void _Unwind_DeleteException (struct _Unwind_Exception *);
 extern void LIBGCC2_UNWIND_ATTRIBUTE
 _Unwind_Resume (struct _Unwind_Exception *);
 
-/* @@@ Resume propagation of an FORCE_UNWIND exception, or to rethrow
+/* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
    a normal exception that was handled.  */
 extern _Unwind_Reason_Code LIBGCC2_UNWIND_ATTRIBUTE
 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
@@ -158,7 +158,7 @@ _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
 /* These functions are used for communicating information about the unwind
    context (i.e. the unwind descriptors and the user register state) between
    the unwind library and the personality routine and landing pad.  Only
-   selected registers maybe manipulated.  */
+   selected registers may be manipulated.  */
 
 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);
 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);