OSDN Git Service

2002-10-09 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 2002 11:59:59 +0000 (11:59 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 2002 11:59:59 +0000 (11:59 +0000)
Fix trivial typo in the last ChangeLog entry.

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

libstdc++-v3/ChangeLog

index 56a6eff..62ee709 100644 (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.