]> 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:07:12 +0000 (19:07 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 14 Jun 2006 19:07:12 +0000 (19:07 +0000)
From-SVN: r114649

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

index b7eee4f78b9485dc690780409782777437dc0ef7..ccf6b26a246a1541c428745b4fd5678b6bab0e95 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * cp-tree.def: Fix typo.
+
 2006-06-13  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/27227
index 6b04818e0c36b1e4cbae70c98171fdc2c086c702..55ef21ef79010020a973468187f2b312cff46a6d 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',