diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-02-03 16:47:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-02-03 16:47:06 +0000 |
commit | 9f5ed61a800c20ae8b3cda028af18027c2884952 (patch) | |
tree | 7d5ae4d34a02f1aacaa42fef20a4ac1e04e7dc2a /gcc/sched-deps.c | |
parent | 735dfed7f66e07eed1d85e28ccb7e9277db3bd00 (diff) | |
download | gcc-9f5ed61a800c20ae8b3cda028af18027c2884952.tar.gz |
c-decl.c, [...]: Fix comment typos.
* c-decl.c, config/avr/avr.c, config/avr/avr.h,
config/m68k/m68k.c, config/m68k/netbsd-elf.h,
config/mn10300/mn10300.c, config/pdp11/pdp11.h,
config/rs6000/cell.md, config/rs6000/darwin.h,
config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c,
config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h,
jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c,
tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment
typos. Follow spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
From-SVN: r121546
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r-- | gcc/sched-deps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 6de5296ecde..72d8e4f04cf 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -97,7 +97,7 @@ init_dep_1 (dep_t dep, rtx pro, rtx con, enum reg_note kind, ds_t ds) /* Init DEP with the arguments. While most of the scheduler (including targets) only need the major type - of the dependency, it is convinient to hide full dep_status from them. */ + of the dependency, it is convenient to hide full dep_status from them. */ void init_dep (dep_t dep, rtx pro, rtx con, enum reg_note kind) { @@ -2425,7 +2425,7 @@ add_back_forw_dep (rtx insn, rtx elem, enum reg_note dep_type, ds_t ds) gcc_assert (deps_list_consistent_p (INSN_BACK_DEPS (insn))); } -/* Remove a dependency refered by L. */ +/* Remove a dependency referred to by L. */ void delete_back_forw_dep (dep_link_t l) { |