OSDN Git Service

* pt.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2007 08:37:54 +0000 (08:37 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2007 08:37:54 +0000 (08:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120394 138bc75d-0d04-0410-961f-82ee72b054a4

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

index abc7a71..7a37036 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 04c24eb..c1fc2ad 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)
 {