Typo fix in last patch.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 1999 12:23:23 +0000 (12:23 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 1999 12:23:23 +0000 (12:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27082 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.h

index c4994af..681fb33 100644 (file)
@@ -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
-   i 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)
 \f
 /* Assembler output control.  */