std_fstream.h: Tweak a comment.
authorPaolo Carlini <pcarlini@suse.de>
Sun, 16 Nov 2003 00:55:51 +0000 (00:55 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 16 Nov 2003 00:55:51 +0000 (00:55 +0000)
2003-11-15  Paolo Carlini  <pcarlini@suse.de>

* include/std/std_fstream.h: Tweak a comment.

From-SVN: r73640

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_fstream.h

index 2cb7a3c41bf74a89b01353e856fd5dfdb1e931c5..4d4679f3bd3b38d27c539d3eca408514e61e2e3a 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-15  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/std/std_fstream.h: Tweak a comment.
+
 2003-11-15  Roger Sayle  <roger@eyesopen.com>
 
        * include/c_std/std_cmath.h: Don't import C99's float transcendentals
index 9bfa6774e239e23064df173feceb120b1ddc84fc..040f5798b11a7391ac69b5fffc26fd19182bf0c0 100644 (file)
@@ -145,7 +145,7 @@ namespace std
 
       /**
        *  @if maint
-       *  Pointer to the beginning of internally-allocated space.
+       *  Pointer to the beginning of internal buffer.
        *  @endif
       */
       char_type*               _M_buf;