diff options
author | Mark Mitchell <mark@codesourcery.com> | 2007-04-15 18:58:57 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2007-04-15 18:58:57 +0000 |
commit | cac4ddf0580c60401e0933f408880adbaa7be692 (patch) | |
tree | 3a346b34100149b27224ddc0b90439d5bca1d0da /gcc | |
parent | 3bfe36dce0149d6163d757c25998e1210ae6f828 (diff) | |
download | gcc-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/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/cp-tree.h | 2 |
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 |