diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-19 23:22:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-19 23:22:00 +0000 |
commit | a98ebe2e378bdd3e2139c43c66c4c3bde03abfd3 (patch) | |
tree | cfd217c7e698d0aaf23ec02241ccbff7719cb9c0 /gcc/cfglayout.c | |
parent | f5e7af77738d6170febe908cae864652965d3639 (diff) | |
download | gcc-a98ebe2e378bdd3e2139c43c66c4c3bde03abfd3.zip gcc-a98ebe2e378bdd3e2139c43c66c4c3bde03abfd3.tar.gz gcc-a98ebe2e378bdd3e2139c43c66c4c3bde03abfd3.tar.bz2 |
builtins.c: Fix comment typos.
* builtins.c: Fix comment typos.
* c-common.c: Likewise.
* c-decl.c: Likewise.
* c-pretty-print.c: Likewise.
* cfgbuild.c: Likewise.
* cfglayout.c: Likewise.
* cfgloopanal.c: Likewise.
* cgraphunit.c: Likewise.
* cppfiles.c: Likewise.
* dwarfout.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* gcse.c: Likewise.
* ggc-page.c: Likewise.
* haifa-sched.c: Likewise.
* pretty-print.c: Likewise.
* tree.c: Likewise.
* tree.h: Likewise.
* value-prof.c: Likewise.
From-SVN: r70583
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 3839089..7121a3e 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -795,7 +795,7 @@ fixup_reorder_chain (void) prev_bb->next_bb = EXIT_BLOCK_PTR; EXIT_BLOCK_PTR->prev_bb = prev_bb; - /* Anoying special case - jump around dead jumptables left in the code. */ + /* Annoying special case - jump around dead jumptables left in the code. */ FOR_EACH_BB (bb) { edge e; |