From: Gabriel Dos Reis Date: Wed, 14 Jun 2006 19:10:17 +0000 (+0000) Subject: * cp-tree.def: Fix typo. X-Git-Tag: releases/gcc-4.0.4~612 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a2e1bee9ed3d84b9ef709c7e56c27ba4ff4ccb;p=thirdparty%2Fgcc.git * cp-tree.def: Fix typo. From-SVN: r114651 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e6604f7ff05b..fe232f798a13 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2006-06-14 Gabriel Dos Reis + + * cp-tree.def: Fix typo. + 2006-06-13 Roger Sayle PR c++/21210 diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index 6905e7b0dbc4..8c4ec14aabf2 100644 --- a/gcc/cp/cp-tree.def +++ b/gcc/cp/cp-tree.def @@ -168,7 +168,7 @@ DEFTREECODE (TEMPLATE_TEMPLATE_PARM, "template_template_parm", tcc_type, 0) BOUND_TEMPLATE_TEMPLATE_PARM. */ /* Index into a template parameter list. This parameter must be a type. - The type.value field will be a TEMPLATE_PARM_INDEX. */ + The type.values field will be a TEMPLATE_PARM_INDEX. */ DEFTREECODE (TEMPLATE_TYPE_PARM, "template_type_parm", tcc_type, 0) /* A type designated by `typename T::t'. TYPE_CONTEXT is `T',