* gcc.dg/asm-b.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 27 Feb 2005 13:49:37 +0000 (13:49 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 27 Feb 2005 13:49:37 +0000 (13:49 +0000)
From-SVN: r95609

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/asm-b.c

index 8cdc5c4..c13dd70 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/asm-b.c: Fix comment typos.
+
 2005-02-26  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * gcc.dg/tree-ssa/inline_asm-2.c: link_error produces
index ce68cab..c3b0edd 100644 (file)
@@ -1,8 +1,8 @@
 /* { dg-do run  { target powerpc-*-* i?386-*-* x86_64-*-* } } */
 /* { dg-options "-O1" } */
-/* Test to make sure that inline-asm causes the tree optimizators get the
-   V_MAY_DEFs and clober memory.  */
-/* Test from Jakub Jelinek, modified by Andrew Pinski to work on all powerpc targets. */
+/* Test to make sure that inline-asm causes the tree optimizers to get the
+   V_MAY_DEFs and clobber memory.  */
+/* Test from Jakub Jelinek, modified by Andrew Pinski to work on all powerpc targets.  */
 extern void abort (void);
 
 unsigned short v = 0x0300;