From: Mark Mitchell Date: Sun, 15 Apr 2007 18:58:57 +0000 (+0000) Subject: * cp-tree.h (current_template_parms): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cac4ddf0580c60401e0933f408880adbaa7be692;p=gcc.git * cp-tree.h (current_template_parms): Fix typo in comment. From-SVN: r123851 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a0b9bd2a8f0..fc9bfe00d4a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2007-04-15 Mark Mitchell + + * cp-tree.h (current_template_parms): Fix typo in comment. + 2007-04-15 Kazu Hirata * cp-tree.h, error.c: Fix comment typos. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 40911b58621..07e4e3f1ec2 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