aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2007-04-15 18:58:57 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2007-04-15 18:58:57 +0000
commitcac4ddf0580c60401e0933f408880adbaa7be692 (patch)
tree3a346b34100149b27224ddc0b90439d5bca1d0da /gcc
parent3bfe36dce0149d6163d757c25998e1210ae6f828 (diff)
downloadgcc-cac4ddf0580c60401e0933f408880adbaa7be692.zip
gcc-cac4ddf0580c60401e0933f408880adbaa7be692.tar.gz
gcc-cac4ddf0580c60401e0933f408880adbaa7be692.tar.bz2
* cp-tree.h (current_template_parms): Fix typo in comment.
From-SVN: r123851
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-tree.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a0b9bd2..fc9bfe0 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-15 Mark Mitchell <mark@codesourcery.com>
+
+ * cp-tree.h (current_template_parms): Fix typo in comment.
+
2007-04-15 Kazu Hirata <kazu@codesourcery.com>
* cp-tree.h, error.c: Fix comment typos.
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 40911b5..07e4e3f 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -787,7 +787,7 @@ struct saved_scope GTY(())
#define current_lang_base scope_chain->lang_base
#define current_lang_name scope_chain->lang_name
-/* When parsing a template declaration, a TREE_LIST representing the
+/* When parsing a template declaration, a TREE_LIST represents the
active template parameters. Each node in the list represents one
level of template parameters. The innermost level is first in the
list. The depth of each level is stored as an INTEGER_CST in the