pt.c (canonical_template_parms): Correct typo in comment.
authorDouglas Gregor <doug.gregor@gmail.com>
Tue, 2 Jan 2007 14:26:29 +0000 (14:26 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Tue, 2 Jan 2007 14:26:29 +0000 (14:26 +0000)
2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>

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

From-SVN: r120343

gcc/cp/ChangeLog
gcc/cp/pt.c

index dc291d054a175f9e7b836d08d87e2c9bede58d5b..16da3ee0aa1d4dcf30c7cdbcac572a01e99b2e15 100644 (file)
@@ -1,3 +1,7 @@
+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".
index 1e90751287c89e8f99e451d21d1506a6ae994ba2..04c24eb561f1254a66ab056ac249f41d7857527c 100644 (file)
@@ -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.  */