2003-11-15 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Nov 2003 00:55:51 +0000 (00:55 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Nov 2003 00:55:51 +0000 (00:55 +0000)
* include/std/std_fstream.h: Tweak a comment.

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

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

index 2cb7a3c..4d4679f 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 9bfa677..040f579 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;