cxa_vec.C: Fix typo in comment.
authorFlorian Weimer <fweimer@redhat.com>
Thu, 8 Nov 2012 09:54:04 +0000 (10:54 +0100)
committerFlorian Weimer <fw@gcc.gnu.org>
Thu, 8 Nov 2012 09:54:04 +0000 (10:54 +0100)
* g++.old-deja/g++.abi/cxa_vec.C: Fix typo in comment.

* testsuite/18_support/cxa_vec.cc: Fix typo in comment.

From-SVN: r193326

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/cxa_vec.cc

index cd70cbf8d59211f0ac32e6d17c8987345fdb277a..67ee1ecb589f0f22ba1c51bfd7202f31ea7406dc 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-08  Florian Weimer  <fweimer@redhat.com>
+
+       * g++.old-deja/g++.abi/cxa_vec.C: Fix typo in comment.
+
 2012-11-07  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/55151
index f3d602ffd32ccd297dc499054820252324fbceb1..d52637281fef99ed5f0bf296442950c71e242033 100644 (file)
@@ -5,7 +5,7 @@
 // are resolved when the kernel is linked.
 // { dg-do run { xfail { powerpc-ibm-aix* || vxworks_kernel } } }
 // { dg-options "-flat_namespace" { target *-*-darwin[67]* } }
-// Avoid use of none-overridable new/delete operators in shared
+// Avoid use of non-overridable new/delete operators in shared
 // { dg-options "-static" { target *-*-mingw* } }
 // Test __cxa_vec routines
 // Copyright (C) 2000, 2005 Free Software Foundation, Inc.
index aa2e0a18c5daf9fee61350322c544df70778ebf4..2edcb10fe7f6444b3346433a986d2a746389543a 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-08  Florian Weimer  <fweimer@redhat.com>
+
+       * testsuite/18_support/cxa_vec.cc: Fix typo in comment.
+
 2012-11-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * include/profile/iterator_tracker.h (operator++): Fix returning
index 08713f16894dd51b8f2ef6491c29bd97a50f6ecf..89fa111bdc5fcc99a24f7fc840e821dbe8d7dee1 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// Avoid use of none-overridable new/delete operators in shared
+// Avoid use of non-overridable new/delete operators in shared
 // { dg-options "-static" { target *-*-mingw* } }
 // Test __cxa_vec routines
 // Copyright (C) 2000-2012 Free Software Foundation, Inc.