entered into RCS
authorRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 04:16:17 +0000 (04:16 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 24 Jun 1992 04:16:17 +0000 (04:16 +0000)
From-SVN: r1267

gcc/config/rs6000/rs6000.c

index b9d0598bfa3c14c4f47235907b71f7429f60a5dc..e1e530118246772e71288fcfeb994457c3705441 100644 (file)
@@ -1409,12 +1409,12 @@ output_epilog (file, size)
     fprintf (file, "LT..");
     ASM_OUTPUT_LABEL (file, fname);
 
-    /* The .tbtab psuedo-op can only be used for the first eight
+    /* The .tbtab pseudo-op can only be used for the first eight
        expressions, since it can't handle the possibly variable length
        fields that follow.  However, if you omit the optional fields,
        the assembler outputs zeros for all optional fields anyways, giving each
        variable length field is minimum length (as defined in sys/debug.h).
-       Thus we can not use the .tbtab psuedo-op at all.  */
+       Thus we can not use the .tbtab pseudo-op at all.  */
 
     /* An all-zero word flags the start of the tbtab, for debuggers that have
        to find it by searching forward from the entry point or from the
@@ -1517,7 +1517,7 @@ output_epilog (file, size)
     /* This is actually the number of fp registers that hold parameters;
        and thus the maximum value is 13.  */
     /* Set parameters on stack bit if parameters are not in their original
-       registers, irregardless of whether they are on the stack?  Xlc
+       registers, regardless of whether they are on the stack?  Xlc
        seems to set the bit when not optimizing.  */
     fprintf (file, "%d\n", ((float_parms << 1) | (! optimize)));
 
@@ -1541,7 +1541,7 @@ output_epilog (file, size)
     fprintf (file, "\n");
 
     /* Interrupt handler mask.  */
-    /* Omit this long, since we never set the iterrupt handler bit above.  */
+    /* Omit this long, since we never set the interrupt handler bit above.  */
 
     /* Number of CTL (controlled storage) anchors.  */
     /* Omit this long, since the has_ctl bit is never set above.  */