]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/cp-tree.def
* cp-tree.def: Fix typo.
[gcc.git] / gcc / cp / cp-tree.def
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',
This page took 0.026155 seconds and 5 git commands to generate.