Commit 0f35d192 by Jonathan Wakely

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
parent 0a1c5051
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> 2003-05-26 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/9339 PR libstdc++/9339
......
...@@ -212,7 +212,7 @@ namespace std ...@@ -212,7 +212,7 @@ namespace std
* @param sb A pointer to a streambuf * @param sb A pointer to a streambuf
* *
* This function behaves like one of the basic arithmetic extractors, * 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. * handling behavior.
* *
* If @a sb is NULL, the stream will set failbit in its error state. * If @a sb is NULL, the stream will set failbit in its error state.
......
...@@ -229,7 +229,7 @@ namespace std ...@@ -229,7 +229,7 @@ namespace std
* @param sb A pointer to a streambuf * @param sb A pointer to a streambuf
* *
* This function behaves like one of the basic arithmetic extractors, * 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. * handling behavior.
* *
* If @a sb is NULL, the stream will set failbit in its error state. * If @a sb is NULL, the stream will set failbit in its error state.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment