From: Douglas Gregor Date: Tue, 2 Jan 2007 14:26:29 +0000 (+0000) Subject: pt.c (canonical_template_parms): Correct typo in comment. X-Git-Tag: releases/gcc-4.3.0~7757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410cf6e6924ac4ec43dcbb214e1dc293476760ac;p=thirdparty%2Fgcc.git pt.c (canonical_template_parms): Correct typo in comment. 2007-01-02 Douglas Gregor * pt.c (canonical_template_parms): Correct typo in comment. From-SVN: r120343 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index dc291d054a17..16da3ee0aa1d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2007-01-02 Douglas Gregor + + * pt.c (canonical_template_parms): Correct typo in comment. + 2007-01-02 Douglas Gregor * typeck.c (structural_comptypes): Renamed from "comptypes". diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 1e90751287c8..04c24eb561f1 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -80,7 +80,7 @@ static tree cur_stmt_expr; local variables. */ 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 TREE_LIST, whose TREE_VALUEs contain the canonical template parameters of various types and levels. */