From: Hyman Rosen Date: Tue, 6 Feb 2001 15:59:35 +0000 (+0000) Subject: Fix typo and wrong attribution in ChangeLog itself. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f0d09095b913e29d8f20d31ead16b5acdf3ea24;p=gcc.git Fix typo and wrong attribution in ChangeLog itself. From-SVN: r39494 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 050489ac762..6c3dbf5a877 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,4 +1,5 @@ -2001-02-06 Phil Edwards +2001-02-06 Hyman Rosen + Phil Edwards * include/bits/std_istream.h (op>> signed,unsigned char): Must use reinterpret_cast, not static_cast.