summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-28 21:42:55 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-28 21:42:55 +0000
commitd06d4df05bf240f7a3c07a332b22c3eaa568f156 (patch)
tree053699ab40d5e4a641502d2a3ba77b63ef528870 /gcc/config
parent7347d500f384a8769cbfc1d9bd21161526ca1add (diff)
downloadgcc-d06d4df05bf240f7a3c07a332b22c3eaa568f156.tar.gz
Comment typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32242 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sh/sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c
index 6655d929564..0c3d6f159ee 100644
--- a/gcc/config/sh/sh.c
+++ b/gcc/config/sh/sh.c
@@ -3174,7 +3174,7 @@ machine_dependent_reorg (first)
LAST_FLOAT_MOVE; we have to change it to REG_INC,
lest reorg:mark_target_live_regs will not
consider r0 to be used, and we end up with delay
- slot insn in front of SCAN that clobber r0. */
+ slot insn in front of SCAN that clobbers r0. */
rtx note
= find_regno_note (last_float_move, REG_UNUSED, 0);