From 479864fe8016dd4c1ec19e93fd50f61b31056e42 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 26 Apr 2004 15:26:18 +0000 Subject: [PATCH] istream.tcc: Fix comment. 2004-04-26 Paolo Carlini * include/bits/istream.tcc: Fix comment. From-SVN: r81193 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/bits/istream.tcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 22f39492425..410070ae9cf 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-04-26 Paolo Carlini + + * include/bits/istream.tcc: Fix comment. + 2004-04-26 Paolo Carlini * include/bits/stl_vector.h: Trivial formatting fixes. diff --git a/libstdc++-v3/include/bits/istream.tcc b/libstdc++-v3/include/bits/istream.tcc index ddd0c03fbd6..21f809d7897 100644 --- a/libstdc++-v3/include/bits/istream.tcc +++ b/libstdc++-v3/include/bits/istream.tcc @@ -29,7 +29,7 @@ // the GNU General Public License. // -// ISO C++ 14882: 27.6.2 Output streams +// ISO C++ 14882: 27.6.1 Input streams // #ifndef _ISTREAM_TCC -- 2.30.2