From: Jonathan Wakely Date: Tue, 27 May 2003 13:29:39 +0000 (+0100) Subject: std_istream.h, [...]: Typo in comment. X-Git-Tag: releases/gcc-3.4.0~6342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f35d192649abdabcec0a8a1cabed1409ff5055e;p=thirdparty%2Fgcc.git std_istream.h, [...]: Typo in comment. 2003-05-27 Jonathan Wakely * include/std/std_istream.h, include/std/std_ostream.h: Typo in comment. From-SVN: r67187 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7165b8e6cc87..b798a169ab48 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2003-05-27 Jonathan Wakely + + * include/std/std_istream.h, include/std/std_ostream.h: Typo in comment. + 2003-05-26 Benjamin Kosnik PR libstdc++/9339 diff --git a/libstdc++-v3/include/std/std_istream.h b/libstdc++-v3/include/std/std_istream.h index 8559337de402..1612cb4a9320 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 94b5a9637635..36169ca97f04 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.