diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-03 16:47:06 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-03 16:47:06 +0000 |
commit | f2b3207650ca9ff335efab0b6e3209b671abbe6d (patch) | |
tree | 7d5ae4d34a02f1aacaa42fef20a4ac1e04e7dc2a /gcc/config/sh/sh4-300.md | |
parent | e2650c1b3e7c5043e50400bba40adba39e4d83bc (diff) | |
download | gcc-f2b3207650ca9ff335efab0b6e3209b671abbe6d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121546 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/sh4-300.md')
-rw-r--r-- | gcc/config/sh/sh4-300.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh4-300.md b/gcc/config/sh/sh4-300.md index ac107722df4..02cd8fd09e0 100644 --- a/gcc/config/sh/sh4-300.md +++ b/gcc/config/sh/sh4-300.md @@ -187,7 +187,7 @@ ;; Scheduling runs before reorg, so we approximate this by saying that we ;; want the call to be paired with a preceding insn. ;; In most cases, the insn that loads the address of the call should have -;; a non-zero latency (mov rn,rm doesn't make sense since we could use rn +;; a nonzero latency (mov rn,rm doesn't make sense since we could use rn ;; for the address then). Thus, a preceding insn that can be paired with ;; a call should be eligible for the delay slot. ;; |