OSDN Git Service

2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
authordgregor <dgregor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jan 2007 14:26:29 +0000 (14:26 +0000)
committerdgregor <dgregor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jan 2007 14:26:29 +0000 (14:26 +0000)
* pt.c (canonical_template_parms): Correct typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120343 138bc75d-0d04-0410-961f-82ee72b054a4

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

index dc291d0..16da3ee 100644 (file)
@@ -1,5 +1,9 @@
 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".
        (comptypes): Use canonical type information to perform fast type
        comparison. When VERIFY_CANONICAL_TYPES, verify that the
index 1e90751..04c24eb 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.  */