Fix typo in ChangeLog
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Oct 2005 15:42:42 +0000 (15:42 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Oct 2005 15:42:42 +0000 (15:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104893 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index 789fcfb..0680b67 100644 (file)
@@ -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>