std_istream.h, [...]: Typo in comment.
authorJonathan Wakely <redi@gcc.gnu.org>
Tue, 27 May 2003 13:29:39 +0000 (14:29 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 27 May 2003 13:29:39 +0000 (14:29 +0100)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_istream.h
libstdc++-v3/include/std/std_ostream.h

index 7165b8e6cc87d201e418ef75b5bef0112d5345cf..b798a169ab48873fbbe826fb473cca4967c97989 100644 (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
index 8559337de4023472c90d2ad1ec4e20dd93e132e6..1612cb4a9320974386dc4776561ed31664e89f3f 100644 (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.
index 94b5a9637635a044dde9a87d310be6d95df79d6a..36169ca97f043427f4faba24b5211390e4ade766 100644 (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.