tweak comment
authorJason Merrill <jason@gcc.gnu.org>
Sat, 12 Aug 2000 02:09:28 +0000 (22:09 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 12 Aug 2000 02:09:28 +0000 (22:09 -0400)
From-SVN: r35655

gcc/cp/cp-tree.def

index 53855f34dca875f285a3f2ae0cdc05d5f26d2b87..1c4d8603fb824dac79bf1fa07e717828b78fb274 100644 (file)
@@ -148,9 +148,9 @@ DEFTREECODE (TEMPLATE_TYPE_PARM, "template_type_parm", 't', 0)
    TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO is NULL_TREE
    and TYPE_NAME is a TEMPLATE_DECL.
 
-   Otherwise it is used with bound template arguments like TT<int>.  In this case,
-   TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO contains the template name
-   and its bound arguments.  TYPE_NAME is a TYPE_DECL.  */
+   Otherwise it is used with bound template arguments like TT<int>.
+   In this case, TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO contains the
+   template name and its bound arguments.  TYPE_NAME is a TYPE_DECL.  */
 DEFTREECODE (TEMPLATE_TEMPLATE_PARM, "template_template_parm", 't', 0)
 
 /* A type designated by `typename T::t'.  TYPE_CONTEXT is `T',