aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-03-17 17:44:02 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-03-17 17:44:02 +0000
commit44c7bd63b6cb84d93f1408574bc2fb74179ba445 (patch)
tree53acd4868efeee02477736aa3dc09717ec6a8df9 /gcc/passes.c
parenta757b5c594279e7e3a4a51bf5748dbd0785a3fbc (diff)
downloadgcc-44c7bd63b6cb84d93f1408574bc2fb74179ba445.zip
gcc-44c7bd63b6cb84d93f1408574bc2fb74179ba445.tar.gz
gcc-44c7bd63b6cb84d93f1408574bc2fb74179ba445.tar.bz2
arm.c, [...]: Fix comment typos.
* config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c, config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment typos. * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos. Follow spelling conventions. From-SVN: r123025
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index b93cc6c..5674d9b 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -460,7 +460,7 @@ init_optimization_passes (void)
/* Interprocedural optimization passes.
All these passes are ignored in -fno-unit-at-a-time
- except for subpases of early_local_pases. */
+ except for subpasses of early_local_passes. */
p = &all_ipa_passes;
NEXT_PASS (pass_ipa_function_and_variable_visibility);
NEXT_PASS (pass_ipa_early_inline);