From: Joern Rennecke Date: Mon, 28 Feb 2000 21:42:55 +0000 (+0000) Subject: Comment typo fix. X-Git-Tag: prereleases/libstdc++-2.92~7959 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=475f26dde6fe68a6a989a4b14a45a23dc13bebcd;p=thirdparty%2Fgcc.git Comment typo fix. From-SVN: r32242 --- diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 6655d9295646..0c3d6f159eef 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);