aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <>2005-10-03 14:42:42 +0000
committermmitchel <>2005-10-03 14:42:42 +0000
commitaf15504b471d7e7b7ad5031b4444691b720109a1 (patch)
tree8c51343937d67c78fc69847e0359f3236662471a /gcc/cp/ChangeLog
parentf967bb79ba02532b6b9eea44553ead53a1e3e456 (diff)
Fix typo in ChangeLog
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 789fcfb6dd6..0680b678cb2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -6,7 +6,7 @@
* pt.c (convert_nontype_argument): Remove ??? comment.
PR c++/23840
- * tree.c (lvalue_p1): A VA_ARG_EXPR with class type is an lvalue,
+ * tree.c (lvalue_p_1): A VA_ARG_EXPR with class type is an lvalue,
when class rvalues are lvalues.
2005-09-28 Mark Mitchell <mark@codesourcery.com>