aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-10-29 23:01:45 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-29 23:01:45 +0000
commit684d9f3beb4507eb033348dd207c3955626a0bbe (patch)
treea0825327a8a0624c678d9454f1795c441d7adff8 /gcc/except.c
parentaffd4f3309d3ae078f95268e18b44293e096c9b9 (diff)
downloadgcc-684d9f3beb4507eb033348dd207c3955626a0bbe.zip
gcc-684d9f3beb4507eb033348dd207c3955626a0bbe.tar.gz
gcc-684d9f3beb4507eb033348dd207c3955626a0bbe.tar.bz2
ChangeLog.2, [...]: Fix spelling errors and typos.
* ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10, FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c, c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c, timevar.h, tree.h, varasm.c: Fix spelling errors and typos. From-SVN: r46621
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 0740a2f..e45e71f 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -2629,7 +2629,7 @@ reachable_next_level (region, type_thrown, info)
region->u.allowed.type_list,
info->types_allowed);
- /* If we have definitive information about the type heirarchy,
+ /* If we have definitive information about the type hierarchy,
then we can tell if the thrown type will pass through the
filter. */
if (type_thrown && lang_eh_type_covers)