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] Fix comment typo


The following patch fixes a comment typo in gcc.target/i386/i386.exp
where we referred to SPARC instead of x86.

Spotted by Alex V. Breger.

Committed to mainline as obvious.

Regards,
Volker

2005-06-08  Alex V. Breger  <atrus.ru@atrus.ru>

	PR testsuite/21702
	* gcc.target/i386/i386.exp: Fix comment typo.

===================================================================
--- gcc.target/i386/i386.exp	15 Dec 2004 17:41:58 -0000	1.1
+++ gcc.target/i386/i386.exp	8 Jun 2005 12:01:05 -0000
@@ -16,7 +16,7 @@
 
 # GCC testsuite that uses the `dg.exp' driver.
 
-# Exit immediately if this isn't a SPARC target.
+# Exit immediately if this isn't a x86 target.
 if { ![istarget i?86*-*-*] && ![istarget x86_64-*-*] } then {
   return
 }
===================================================================



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