From 7df879395a2f584525c87f8c7097b5cb1da7446c Mon Sep 17 00:00:00 2001
From: Joern Rennecke <amylaar@gcc.gnu.org>
Date: Fri, 21 May 1999 13:23:23 +0100
Subject: [PATCH] Typo fix in last patch.

From-SVN: r27082
---
 gcc/config/sh/sh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h
index c4994afad1c1..681fb33c16d7 100644
--- a/gcc/config/sh/sh.h
+++ b/gcc/config/sh/sh.h
@@ -1708,7 +1708,7 @@ extern struct rtx_def *sh_builtin_saveregs ();
    is the default; other values are interpreted relative to that.
    The SH1 does not have delay slots, hence we get a pipeline stall
    at every branch.  The SH4 is superscalar, so the single delay slot
-   in  not sufficient to keep both pipelines filled.  */
+   is not sufficient to keep both pipelines filled.  */
 #define BRANCH_COST (! TARGET_SH2 || TARGET_HARD_SH4 ? 2 : 1)
 
 /* Assembler output control.  */
-- 
GitLab