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 2dfd073e70a..e3116952ff3 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1187,7 +1187,7 @@ remove_unreachable_regions (rtx insns) case ERT_MUST_NOT_THROW: /* MUST_NOT_THROW regions are implementable solely in the - runtime, but their existance continues to affect calls + runtime, but their existence continues to affect calls within that region. Never delete them here. */ kill_it = false; break; |