re PR testsuite/21702 (Typo in gcc/testsuite/gcc.target/i386/i386.exp)
authorAlex V. Breger <atrus.ru@atrus.ru>
Wed, 8 Jun 2005 12:02:19 +0000 (12:02 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Wed, 8 Jun 2005 12:02:19 +0000 (12:02 +0000)
PR testsuite/21702
* gcc.target/i386/i386.exp: Fix comment typo.

From-SVN: r100758

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/i386.exp

index 8ac9bf504a23839cbc3ea505f4b2f9398ad1a1ea..62fd7fc20c7475fc0e9074720f10af630acfde42 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-08  Alex V. Breger  <atrus.ru@atrus.ru>
+
+       PR testsuite/21702
+       * gcc.target/i386/i386.exp: Fix comment typo.
+
 2005-06-08  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/19497
index 4b92d4ab0a8875700ba4499ea5ee67028c1aaf01..1e7bdf4b5460c48b4fb5ad371894632b3e2b5a10 100644 (file)
@@ -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
 }