2005-06-29 Paolo Carlini <pcarlini@suse.de>
authorPaolo Carlini <paolo@gcc.gnu.org>
Wed, 29 Jun 2005 11:52:23 +0000 (11:52 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 29 Jun 2005 11:52:23 +0000 (11:52 +0000)
Fix typo in last ChangeLog entry.

From-SVN: r101417

libstdc++-v3/ChangeLog

index e0510128968f1a94aa8fd13b35256a70b142ae5a..66ed86e783433212fff0961bf08554ab6d8e9ec5 100644 (file)
@@ -6,7 +6,7 @@
        Adjust to assign the result also when digit grouping is
        wrong (but the grammar is correct), as per 22.2.2.1.2, p11-12
        (NB: consistently for money_get too).
-       * config/locale/generic/c_locale.cc (__convert_from_v): Do
+       * config/locale/generic/c_locale.cc (__convert_to_v): Do
        not check ios_base::failbit at the outset.
        * config/locale/gnu/c_locale.cc: Likewise.
        * testsuite/22_locale/money_get/get/char/22131.cc: New.