aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>1999-05-21 13:23:23 +0100
committerJoern Rennecke <amylaar@gcc.gnu.org>1999-05-21 13:23:23 +0100
commit7df879395a2f584525c87f8c7097b5cb1da7446c (patch)
tree7a1c6d7d415932d3c95e8ffa8d24bdb3b6d87399 /gcc
parentec4c28e5b8be5fd7103121ae2181f83b0d7848c6 (diff)
downloadgcc-7df879395a2f584525c87f8c7097b5cb1da7446c.zip
gcc-7df879395a2f584525c87f8c7097b5cb1da7446c.tar.gz
gcc-7df879395a2f584525c87f8c7097b5cb1da7446c.tar.bz2
Typo fix in last patch.
From-SVN: r27082
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sh/sh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h
index c4994af..681fb33 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. */