From ff7cc30768b33d4124a232f7f19cd1bc0fd62b51 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 28 Oct 2001 20:09:17 +0000 Subject: 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 --- gcc/except.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/except.h') diff --git a/gcc/except.h b/gcc/except.h index 1d613f8..0a27268 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -72,7 +72,7 @@ extern void expand_end_all_catch PARAMS ((void)); /* End an exception region for an exception type filter. ALLOWED is a TREE_LIST of TREE_VALUE objects to be matched by the runtime. - FAILURE is a function to invoke if a mismatch ocurrs. */ + FAILURE is a function to invoke if a mismatch occurs. */ extern void expand_eh_region_end_allowed PARAMS ((tree, tree)); /* End an exception region for a must-not-throw filter. FAILURE is a -- cgit v1.1