From: Jeff Law Date: Wed, 25 Aug 1999 08:20:52 +0000 (-0600) Subject: Fix typo X-Git-Tag: prereleases/libstdc++-2.92~11052 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5722d61ce7a71fe6263ee57845911a4bda3bba68;p=thirdparty%2Fgcc.git Fix typo From-SVN: r28851 --- diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 067680bdeefc..23406c9722ba 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)