diff options
author | Joern Rennecke <amylaar@gcc.gnu.org> | 2000-02-28 21:42:55 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2000-02-28 21:42:55 +0000 |
commit | 475f26dde6fe68a6a989a4b14a45a23dc13bebcd (patch) | |
tree | 053699ab40d5e4a641502d2a3ba77b63ef528870 | |
parent | 0209c3409db623d68cdb98063a40c7ea4ead7d6c (diff) | |
download | gcc-475f26dde6fe68a6a989a4b14a45a23dc13bebcd.zip gcc-475f26dde6fe68a6a989a4b14a45a23dc13bebcd.tar.gz gcc-475f26dde6fe68a6a989a4b14a45a23dc13bebcd.tar.bz2 |
Comment typo fix.
From-SVN: r32242
-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 6655d92..0c3d6f1 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); |