aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-10-28 20:09:17 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-28 20:09:17 +0000
commitff7cc30768b33d4124a232f7f19cd1bc0fd62b51 (patch)
treec77fe1bb905e48b9ef6d1aa767606adced63e933 /gcc/except.c
parent306ef64467b81eff37995c0620ee097c9d174463 (diff)
downloadgcc-ff7cc30768b33d4124a232f7f19cd1bc0fd62b51.zip
gcc-ff7cc30768b33d4124a232f7f19cd1bc0fd62b51.tar.gz
gcc-ff7cc30768b33d4124a232f7f19cd1bc0fd62b51.tar.bz2
ChangeLog.0, [...]: Fix spelling errors.
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11, c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc, configure, configure.in, except.c, except.h, flow.c, function.c, gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def, predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c, sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c, unroll.c: Fix spelling errors. From-SVN: r46595
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 0a33b18..0740a2f 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -834,7 +834,7 @@ expand_end_all_catch ()
/* End an exception region for an exception type filter. ALLOWED is a
TREE_LIST of types to be matched by the runtime. FAILURE is an
- expression to invoke if a mismatch ocurrs.
+ expression to invoke if a mismatch occurs.
??? We could use these semantics for calls to rethrow, too; if we can
see the surrounding catch clause, we know that the exception we're