summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-02-03 16:47:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-02-03 16:47:06 +0000
commit9f5ed61a800c20ae8b3cda028af18027c2884952 (patch)
tree7d5ae4d34a02f1aacaa42fef20a4ac1e04e7dc2a /gcc/haifa-sched.c
parent735dfed7f66e07eed1d85e28ccb7e9277db3bd00 (diff)
downloadgcc-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/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 87d7bd11910..ed354599969 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -684,7 +684,7 @@ dep_cost (dep_t link)
rtx dep_cost_rtx_link = alloc_INSN_LIST (NULL_RTX, NULL_RTX);
/* Make it self-cycled, so that if some tries to walk over this
- incomplete list he/she will be cought in an endless loop. */
+ incomplete list he/she will be caught in an endless loop. */
XEXP (dep_cost_rtx_link, 1) = dep_cost_rtx_link;
/* Targets use only REG_NOTE_KIND of the link. */