2005-06-29 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jun 2005 11:52:23 +0000 (11:52 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jun 2005 11:52:23 +0000 (11:52 +0000)
Fix typo in last ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101417 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog

index e051012..66ed86e 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.