From: Paolo Carlini Date: Sun, 16 Nov 2003 00:55:51 +0000 (+0000) Subject: std_fstream.h: Tweak a comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=781a529886b1e541df83e0a5e0d0d06b90b79d60;p=gcc.git std_fstream.h: Tweak a comment. 2003-11-15 Paolo Carlini * include/std/std_fstream.h: Tweak a comment. From-SVN: r73640 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2cb7a3c41bf..4d4679f3bd3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2003-11-15 Paolo Carlini + + * include/std/std_fstream.h: Tweak a comment. + 2003-11-15 Roger Sayle * include/c_std/std_cmath.h: Don't import C99's float transcendentals diff --git a/libstdc++-v3/include/std/std_fstream.h b/libstdc++-v3/include/std/std_fstream.h index 9bfa6774e23..040f5798b11 100644 --- a/libstdc++-v3/include/std/std_fstream.h +++ b/libstdc++-v3/include/std/std_fstream.h @@ -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;