From 39a2e1bee9ed3d84b9ef709c7e56c27ba4ff4ccb Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Wed, 14 Jun 2006 19:10:17 +0000 Subject: [PATCH] * cp-tree.def: Fix typo. From-SVN: r114651 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/cp-tree.def | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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', -- 2.47.2