From: Jeff Law Date: Wed, 25 Aug 1999 08:20:52 +0000 (-0600) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5722d61ce7a71fe6263ee57845911a4bda3bba68;p=gcc.git Fix typo From-SVN: r28851 --- diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 067680bdeef..23406c9722b 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)