aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2003-09-07 19:21:05 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-09-07 19:21:05 +0000
commitae53e5bcea6c060488d48f3ab6f9df544fb9a4b6 (patch)
treee63cfeca0a5bcbf2f2271244f3399f61b5fe2527 /gcc/cp
parenta2a9e21c333495766fc733fedbf1821b9b333840 (diff)
downloadgcc-ae53e5bcea6c060488d48f3ab6f9df544fb9a4b6.zip
gcc-ae53e5bcea6c060488d48f3ab6f9df544fb9a4b6.tar.gz
gcc-ae53e5bcea6c060488d48f3ab6f9df544fb9a4b6.tar.bz2
Fix typo.
From-SVN: r71177
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 5dbfab4..60aaf36 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -19,7 +19,7 @@ Sun Sep 7 13:15:14 CEST 2003 Jan Hubicka <jh@suse.cz>
2003-09-06 Mark Mitchell <mark@codesourcery.com>
- PR c++/11687
+ PR c++/11867
* call.c (standard_conversion): Improve comments.
(perform_direct_initialization): Make sure we return an expression
of the correct type.