aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2000-08-11 22:09:28 -0400
committerJason Merrill <jason@gcc.gnu.org>2000-08-11 22:09:28 -0400
commitbabdef36035b7ade853374a823cd322aa53e8780 (patch)
treed4edec7523fb87a04d06ca119b7c5210a4dcf93d /gcc
parentfa1f3ebcf4eaff31c60dcb2f60241c0a050df7b7 (diff)
downloadgcc-babdef36035b7ade853374a823cd322aa53e8780.zip
gcc-babdef36035b7ade853374a823cd322aa53e8780.tar.gz
gcc-babdef36035b7ade853374a823cd322aa53e8780.tar.bz2
tweak comment
From-SVN: r35655
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/cp-tree.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index 53855f3..1c4d860 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -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',