]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cp-tree.def: Fix typo.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Wed, 14 Jun 2006 19:10:17 +0000 (19:10 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 14 Jun 2006 19:10:17 +0000 (19:10 +0000)
From-SVN: r114651

gcc/cp/ChangeLog
gcc/cp/cp-tree.def

index e6604f7ff05b3b6337ea24d0b977da4a43d70a6d..fe232f798a13c47816e0cacfa922eeb0fa7667a3 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+               * cp-tree.def: Fix typo.
+
 2006-06-13  Roger Sayle  <roger@eyesopen.com>
 
        PR c++/21210
index 6905e7b0dbc43e77b6e857186c8d57cdb5102149..8c4ec14aabf2b0093a773fd71b99cb1a7e5f420c 100644 (file)
@@ -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',