summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-26 02:25:50 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-26 02:25:50 +0000
commite0f40ead16de7b33aecee5fcdebca730298b5fdc (patch)
treefa842946e812ee3058b285972c3dcc220ba95ae9
parent9564e612e7d5acf6d2742fcc7bf528f27690f2f0 (diff)
downloadppe42-gcc-e0f40ead16de7b33aecee5fcdebca730298b5fdc.tar.gz
ppe42-gcc-e0f40ead16de7b33aecee5fcdebca730298b5fdc.zip
* unwind-generic.h: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130423 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/unwind-generic.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bedda5f56bd..46cfbac2d7c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/unwind-generic.h b/gcc/unwind-generic.h
index cebd663d954..aca6639dc88 100644
--- a/gcc/unwind-generic.h
+++ b/gcc/unwind-generic.h
@@ -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);
OpenPOWER on IntegriCloud