aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2006-06-14 19:07:12 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2006-06-14 19:07:12 +0000
commit438d94ed9aa413a0dbe8ba45b3cf25c196f20c1e (patch)
tree5df3291506e509401ebadaccadf782a899d86449 /gcc
parentace4831de98f6caf6450cf57528f5a15eec6c9e1 (diff)
downloadgcc-438d94ed9aa413a0dbe8ba45b3cf25c196f20c1e.zip
gcc-438d94ed9aa413a0dbe8ba45b3cf25c196f20c1e.tar.gz
gcc-438d94ed9aa413a0dbe8ba45b3cf25c196f20c1e.tar.bz2
* cp-tree.def: Fix typo.
From-SVN: r114649
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-tree.def2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index b7eee4f..ccf6b26 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index 6b04818..55ef21e 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -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',