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/df-problems.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/df-problems.c')
-rw-r--r-- | gcc/df-problems.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/df-problems.c b/gcc/df-problems.c index e12c28a..cdf4141 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -315,7 +315,7 @@ df_unset_seen (void) sparse_invalidated_by call both play this game. */ /* Private data used to compute the solution for this problem. These - data structures are not accessable outside of this module. */ + data structures are not accessible outside of this module. */ struct df_ru_problem_data { @@ -851,7 +851,7 @@ df_ru_add_problem (struct df *df, int flags) here for the defs. */ /* Private data used to compute the solution for this problem. These - data structures are not accessable outside of this module. */ + data structures are not accessible outside of this module. */ struct df_rd_problem_data { /* If the number of defs for regnum N is less than @@ -2147,7 +2147,7 @@ df_ur_add_problem (struct df *df, int flags) ----------------------------------------------------------------------------*/ /* Private data used to compute the solution for this problem. These - data structures are not accessable outside of this module. */ + data structures are not accessible outside of this module. */ struct df_urec_problem_data { bool earlyclobbers_found; /* True if any instruction contains an @@ -3797,7 +3797,7 @@ static struct df_problem problem_RI = df_ri_dump, /* Debugging. */ /* Technically this is only dependent on the live registers problem - but it will produce infomation if built one of uninitialized + but it will produce information if built one of uninitialized register problems (UR, UREC) is also run. */ df_lr_add_problem, /* Dependent problem. */ 0 /* Changeable flags. */ |