2002-10-09 Paolo Carlini <pcarlini@unitus.it>

Fix trivial typo in the last ChangeLog entry.

From-SVN: r57983
This commit is contained in:
Paolo Carlini 2002-10-09 11:59:59 +00:00
parent a3745024fa
commit 0c479bf5ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2002-10-08 Jonathan Lennox <lennox@cs.columbia.edu>
PR libstdc++/8071, libstdc++/8127, c++/6745
PR libstdc++/8071, libstdc++/8127, libstdc++/6745
* streambuf.tcc (__copy_streambufs): Handle cases where
__sbin->in_avail() returns 0, or where __sbin doesn't set gptr().
* testsuite/27_io/ostream_inserter_other.cc (test05): Add.