diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-28 21:42:55 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-28 21:42:55 +0000 |
commit | d06d4df05bf240f7a3c07a332b22c3eaa568f156 (patch) | |
tree | 053699ab40d5e4a641502d2a3ba77b63ef528870 /gcc/config | |
parent | 7347d500f384a8769cbfc1d9bd21161526ca1add (diff) | |
download | gcc-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.c | 2 |
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); |