aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-08-25 02:20:52 -0600
committerJeff Law <law@gcc.gnu.org>1999-08-25 02:20:52 -0600
commit5722d61ce7a71fe6263ee57845911a4bda3bba68 (patch)
treef4562c82cf9556be96a2dd3a6c0760b400312dd6 /gcc
parente16ba10cd48f16c2197a47e75adc2699e3c41542 (diff)
downloadgcc-5722d61ce7a71fe6263ee57845911a4bda3bba68.zip
gcc-5722d61ce7a71fe6263ee57845911a4bda3bba68.tar.gz
gcc-5722d61ce7a71fe6263ee57845911a4bda3bba68.tar.bz2
Fix typo
From-SVN: r28851
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sparc/sparc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c
index 067680b..23406c9 100644
--- a/gcc/config/sparc/sparc.c
+++ b/gcc/config/sparc/sparc.c
@@ -1295,7 +1295,7 @@ sparc_emit_set_symbolic_const64 (op0, op1, temp1)
or %temp4, %temp5, %reg */
/* Getting this right wrt. reloading is really tricky.
- We _MUST_ have a seperate temporary at this point,
+ We _MUST_ have a separate temporary at this point,
if we don't barf immediately instead of generating
incorrect code. */
if (temp1 == op0)
@@ -1338,7 +1338,7 @@ sparc_emit_set_symbolic_const64 (op0, op1, temp1)
else
{
/* Getting this right wrt. reloading is really tricky.
- We _MUST_ have a seperate temporary at this point,
+ We _MUST_ have a separate temporary at this point,
so we barf immediately instead of generating
incorrect code. */
if (temp1 == op0)