This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] cp/pt.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2007-01-03  Kazu Hirata  <kazu@codesourcery.com>

	* pt.c: Fix a comment typo.

Index: cp/pt.c
===================================================================
--- cp/pt.c	(revision 120393)
+++ cp/pt.c	(working copy)
@@ -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)
 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]