diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-13 20:36:46 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-13 20:36:46 +0000 |
commit | 981e1626a688c879b48dc2a799d987a8b300c2a7 (patch) | |
tree | 8edb8ecc4f1d83f11c3f1b6798c6d45bad48db1b | |
parent | 76e1b93330178e6b1edb8e2841fcbefbfe6a7f61 (diff) | |
download | gcc-981e1626a688c879b48dc2a799d987a8b300c2a7.tar.gz |
Fix typo in ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64321 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index da84998cb2a..6a679d24fe3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -25,7 +25,7 @@ 2003-03-11 Mark Mitchell <mark@codesourcery.com> - PR c++/9336 + PR c++/9474 * decl2.c (do_nonmember_using_decl): Do not call duplicate decls to merge old and new declarations. |