diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-27 13:29:39 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-27 13:29:39 +0000 |
commit | 58dcace7c245e791eb276807aa3b8c0a48bcf6ca (patch) | |
tree | cba9734f370699fb9a332b187b3ce43c6d2baba3 /libstdc++-v3 | |
parent | 4c1921855a7cf59cd3419acc2eabeec0743d57f6 (diff) | |
download | gcc-58dcace7c245e791eb276807aa3b8c0a48bcf6ca.tar.gz |
2003-05-27 Jonathan Wakely <redi@gcc.gnu.org>
* 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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/std/std_istream.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/std/std_ostream.h | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7165b8e6cc8..b798a169ab4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/include/std/std_istream.h b/libstdc++-v3/include/std/std_istream.h index 8559337de40..1612cb4a932 100644 --- a/libstdc++-v3/include/std/std_istream.h +++ b/libstdc++-v3/include/std/std_istream.h @@ -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. diff --git a/libstdc++-v3/include/std/std_ostream.h b/libstdc++-v3/include/std/std_ostream.h index 94b5a963763..36169ca97f0 100644 --- a/libstdc++-v3/include/std/std_ostream.h +++ b/libstdc++-v3/include/std/std_ostream.h @@ -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. |