]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* pt.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 3 Jan 2007 08:37:54 +0000 (08:37 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 3 Jan 2007 08:37:54 +0000 (08:37 +0000)
From-SVN: r120394

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

index abc7a71d7fcdc2662c3f118c5fe0e550ed0667f0..7a370367c426a0be9b116cd818ef8cf75a8a348b 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-03  Kazu Hirata  <kazu@codesourcery.com>
+
+       * pt.c: Fix a comment typo.
+
 2006-01-02  Ian Lance Taylor  <iant@google.com>
 
        * semantics.c (maybe_convert_cond): Optionally warn when using an
index 04c24eb561f1254a66ab056ac249f41d7857527c..c1fc2ad4f46b274e9457424916e052f1079179d4 100644 (file)
@@ -2343,8 +2343,8 @@ build_template_parm_index (int index,
 }
 
 /* Find the canonical type parameter for the given template type
-   parmaeter. Returns the canonical type parameter, which may be TYPE
-   if no such parameter existed. */
+   parameter.  Returns the canonical type parameter, which may be TYPE
+   if no such parameter existed.  */
 static tree
 canonical_type_parameter (tree type)
 {