diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-17 14:24:24 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-17 14:24:24 +0000 |
commit | fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b (patch) | |
tree | 2cb49286c2dc56eb4c87f9c8f6bf3d0ed54ea367 /gcc/except.c | |
parent | 095f90933f648fbf24528d7a7aecf76399f3e743 (diff) | |
download | gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.zip gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.tar.gz gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.tar.bz2 |
et-forest.c: Fix comment typos.
* et-forest.c: Fix comment typos.
* et-forest.h: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* flags.h: Likewise.
* flow.c: Likewise.
* gcc.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genautomata.c: Likewise.
* gengtype.c: Likewise.
* genrecog.c: Likewise.
* global.c: Likewise.
* gthr-rtems.h: Likewise.
From-SVN: r61443
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 fc7907d..16613c4 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -2693,7 +2693,7 @@ reachable_next_level (region, type_thrown, info) return RNL_MAYBE_CAUGHT; case ERT_CATCH: - /* Catch regions are handled by their controling try region. */ + /* Catch regions are handled by their controlling try region. */ return RNL_NOT_CAUGHT; case ERT_MUST_NOT_THROW: |