gnu.ver: Fix comment.
authorVille Voutilainen <ville.voutilainen@gmail.com>
Mon, 27 Apr 2015 20:52:14 +0000 (23:52 +0300)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 27 Apr 2015 20:52:14 +0000 (21:52 +0100)
2015-04-27  Ville Voutilainen  <ville.voutilainen@gmail.com>

* config/abi/pre/gnu.ver: Fix comment.

From-SVN: r222483

libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver

index c67471048901a8b3e37f63ac623ea1e36cf9f730..a8f82bc1c43147e8561ea3995bdf4b485c962c57 100644 (file)
@@ -1,5 +1,7 @@
 2015-04-27  Ville Voutilainen  <ville.voutilainen@gmail.com>
 
+       * config/abi/pre/gnu.ver: Fix comment.
+
        Add support for std::uncaught_exceptions.
        * acinclude.m4: Bump libtool_VERSION.
        * config/abi/pre/gnu.ver: Export the new symbol.
index 4ed683cf36e5d7f0631e8859c0dffd7877d406af..2da04e42a5cc1f18553b22b3cd4b56695536f306 100644 (file)
@@ -1864,7 +1864,7 @@ GLIBCXX_3.4.21 {
 
 GLIBCXX_3.4.22 {
 
-    # std::uncaught_exception()
+    # std::uncaught_exceptions()
     _ZSt19uncaught_exceptionsv;
 
 } GLIBCXX_3.4.21;