Commit cac4ddf0 by Mark Mitchell Committed by Mark Mitchell

* cp-tree.h (current_template_parms): Fix typo in comment.

From-SVN: r123851
parent 3bfe36dc
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment