std_fstream.h: Tweak a comment.

2003-11-15  Paolo Carlini  <pcarlini@suse.de>

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

From-SVN: r73640
This commit is contained in:
Paolo Carlini 2003-11-16 00:55:51 +00:00 committed by Paolo Carlini
parent e22171afb9
commit 781a529886
2 changed files with 5 additions and 1 deletions

View 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

View 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;