std_istream.h, [...]: Typo in comment.

2003-05-27  Jonathan Wakely  <redi@gcc.gnu.org>

	* include/std/std_istream.h, include/std/std_ostream.h: Typo in comment.

From-SVN: r67187
This commit is contained in:
Jonathan Wakely 2003-05-27 14:29:39 +01:00
parent 0a1c5051cb
commit 0f35d19264
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-05-27 Jonathan Wakely <redi@gcc.gnu.org>
* include/std/std_istream.h, include/std/std_ostream.h: Typo in comment.
2003-05-26 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/9339

View File

@ -212,7 +212,7 @@ namespace std
* @param sb A pointer to a streambuf
*
* This function behaves like one of the basic arithmetic extractors,
* in that it also constructs a sentry onject and has the same error
* in that it also constructs a sentry object and has the same error
* handling behavior.
*
* If @a sb is NULL, the stream will set failbit in its error state.

View File

@ -229,7 +229,7 @@ namespace std
* @param sb A pointer to a streambuf
*
* This function behaves like one of the basic arithmetic extractors,
* in that it also constructs a sentry onject and has the same error
* in that it also constructs a sentry object and has the same error
* handling behavior.
*
* If @a sb is NULL, the stream will set failbit in its error state.