This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gcc.dg/asm-b.c: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2005-02-27  Kazu Hirata  <kazu@cs.umass.edu>

	* gcc.dg/asm-b.c: Fix comment typos.

Index: gcc.dg/asm-b.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/asm-b.c,v
retrieving revision 1.1
diff -u -d -p -r1.1 asm-b.c
--- gcc.dg/asm-b.c	26 Feb 2005 16:15:25 -0000	1.1
+++ gcc.dg/asm-b.c	27 Feb 2005 13:45:09 -0000
@@ -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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]