OSDN Git Service

2003-05-27 Jonathan Wakely <redi@gcc.gnu.org>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 May 2003 13:29:39 +0000 (13:29 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 May 2003 13:29:39 +0000 (13:29 +0000)
* include/std/std_istream.h, include/std/std_ostream.h: Typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67187 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7165b8e..b798a16 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 8559337..1612cb4 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 94b5a96..36169ca 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.