aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/raise.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-01 05:28:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-01 05:28:01 +0000
commit45f7cb601829cd50ac80677edf22d3c03e9b6327 (patch)
tree639823f0b45b5a525e2e96e30ce0899ecb12b108 /gcc/ada/raise.c
parent38b974a6cf4ea5e2ea107c63aa4c2b6d64a89894 (diff)
downloadgcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.zip
gcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.tar.gz
gcc-45f7cb601829cd50ac80677edf22d3c03e9b6327.tar.bz2
adaint.c, [...]: Fix comment typos.
* adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c, raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment typos. From-SVN: r97369
Diffstat (limited to 'gcc/ada/raise.c')
-rw-r--r--gcc/ada/raise.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/raise.c b/gcc/ada/raise.c
index 7de1f77..d0abc8a 100644
--- a/gcc/ada/raise.c
+++ b/gcc/ada/raise.c
@@ -469,7 +469,7 @@ db_phases (int phases)
/* This is an incomplete "proxy" of the structure of exception objects as
built by the GNAT runtime library. Accesses to other fields than the common
- header are performed through subprogram calls to aleviate the need of an
+ header are performed through subprogram calls to alleviate the need of an
exact counterpart here and potential alignment/size issues for the common
header. See a-exexpr.adb. */
@@ -854,7 +854,7 @@ is_handled_by (_Unwind_Ptr choice, _GNAT_Exception * propagated_exception)
/* Base matching rules: An exception data (id) matches itself, "when
all_others" matches anything and "when others" matches anything unless
- explicitely stated otherwise in the propagated occurrence. */
+ explicitly stated otherwise in the propagated occurrence. */
bool is_handled =
choice == E
@@ -970,7 +970,7 @@ get_action_description_for (_Unwind_Context *uw_context,
/* Setup in UW_CONTEXT the eh return target IP and data registers, which will
be restored with the others and retrieved by the landing pad once the jump
- occured. */
+ occurred. */
static void
setup_to_install (_Unwind_Context *uw_context,