Commit 410cf6e6 by Douglas Gregor Committed by Doug Gregor

pt.c (canonical_template_parms): Correct typo in comment.

2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>

	* pt.c (canonical_template_parms): Correct typo in comment.

From-SVN: r120343
parent ff604888
2007-01-02 Douglas Gregor <doug.gregor@gmail.com> 2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
* pt.c (canonical_template_parms): Correct typo in comment.
2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
* typeck.c (structural_comptypes): Renamed from "comptypes". * typeck.c (structural_comptypes): Renamed from "comptypes".
(comptypes): Use canonical type information to perform fast type (comptypes): Use canonical type information to perform fast type
comparison. When VERIFY_CANONICAL_TYPES, verify that the comparison. When VERIFY_CANONICAL_TYPES, verify that the
......
...@@ -80,7 +80,7 @@ static tree cur_stmt_expr; ...@@ -80,7 +80,7 @@ static tree cur_stmt_expr;
local variables. */ local variables. */
static htab_t local_specializations; static htab_t local_specializations;
/* Contains canonical template parameter types. The vector is index by /* Contains canonical template parameter types. The vector is indexed by
the TEMPLATE_TYPE_IDX of the template parameter. Each element is a the TEMPLATE_TYPE_IDX of the template parameter. Each element is a
TREE_LIST, whose TREE_VALUEs contain the canonical template TREE_LIST, whose TREE_VALUEs contain the canonical template
parameters of various types and levels. */ parameters of various types and levels. */
......
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