diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-11-26 02:25:50 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-11-26 13:25:50 +1100 |
commit | 573b3837c6c60c904934b16dea1c9679005b68f6 (patch) | |
tree | fa842946e812ee3058b285972c3dcc220ba95ae9 /gcc/unwind-generic.h | |
parent | 0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868 (diff) | |
download | gcc-573b3837c6c60c904934b16dea1c9679005b68f6.tar.gz |
* unwind-generic.h: Fix comment typos.
From-SVN: r130423
Diffstat (limited to 'gcc/unwind-generic.h')
-rw-r--r-- | gcc/unwind-generic.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |