diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
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) |