diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-05-28 17:46:46 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-05-28 17:46:46 +0000 |
commit | 6fc0bb99a7d0fcedd1b345da14d4dd16926b5458 (patch) | |
tree | bfad2d717d3d9605e8fb4c3cba410dc93fdf4df4 /gcc/cgraphunit.c | |
parent | 8967e0295db5621216719a0ea9723774fba31977 (diff) | |
download | gcc-6fc0bb99a7d0fcedd1b345da14d4dd16926b5458.zip gcc-6fc0bb99a7d0fcedd1b345da14d4dd16926b5458.tar.gz gcc-6fc0bb99a7d0fcedd1b345da14d4dd16926b5458.tar.bz2 |
cfgcleanup.c, [...]: Fix comment typos.
* cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c,
config/fr30/fr30.md, config/i386/i386-interix.h,
config/i386/i386.c, config/i386/i386.md, config/sh/superh.h,
config/sh/superh64.h, config/v850/v850.c, df-core.c,
df-problems.c, df.h, except.c, final.c, haifa-sched.c,
lambda-code.c, libgcc2.h, omp-low.c, optabs.c, predict.c,
reload.c, tree-flow.h, tree-outof-ssa.c, tree-ssa-dce.c,
tree-ssa-pre.c, tree-vect-transform.c: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix typos.
Follow spelling conventions.
From-SVN: r114168
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 4cb8843..33028b2 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -222,7 +222,7 @@ decide_is_function_needed (struct cgraph_node *node, tree decl) PR24561), but don't do so for always_inline functions, functions declared inline and nested functions. These was optimized out in the original implementation and it is unclear whether we want - to change the behaviour here. */ + to change the behavior here. */ if (((TREE_PUBLIC (decl) || (!optimize && !node->local.disregard_inline_limits && !DECL_DECLARED_INLINE_P (decl) |