]> gcc.gnu.org Git - gcc.git/commitdiff
locale_facets.tcc: Fix typo in comment.
authorPaolo Carlini <pcarlini@suse.de>
Mon, 17 Nov 2003 08:54:09 +0000 (08:54 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 17 Nov 2003 08:54:09 +0000 (08:54 +0000)
2003-11-17  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc: Fix typo in comment.

From-SVN: r73667

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc

index d8bf0e40a1b16264dbe903deb2e3d8d46720f8ba..4bce163772bfb79cf8a8a26b025931dcc3d9ce0c 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-17  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/bits/locale_facets.tcc: Fix typo in comment.
+
 2003-11-17  Paolo Carlini  <pcarlini@suse.de>
 
        * testsuite/22_locale/num_put/put/char/8.cc: New test,
index 43cca12323ee0000926e675c43d26125171c1eaf..23acf985b6b663f06e162af201c3dd9b82b70040 100644 (file)
@@ -764,7 +764,7 @@ namespace std
     _M_group_int(const string& __grouping, _CharT __sep, ios_base& __io, 
                 _CharT* __new, _CharT* __cs, int& __len) const
     {
-      // By itself __add_grouping cannot deal correctly with __ws when
+      // By itself __add_grouping cannot deal correctly with __cs when
       // ios::showbase is set and ios_base::oct || ios_base::hex.
       // Therefore we take care "by hand" of the initial 0, 0x or 0X.
       // However, remember that the latter do not occur if the number
This page took 0.067903 seconds and 5 git commands to generate.