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] pt.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2004-10-29  Kazu Hirata  <kazu@cs.umass.edu>

	* pt.c: Fix a comment typo.

Index: pt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/pt.c,v
retrieving revision 1.939
diff -u -d -p -r1.939 pt.c
--- pt.c	28 Oct 2004 20:52:54 -0000	1.939
+++ pt.c	29 Oct 2004 14:08:30 -0000
@@ -5627,7 +5627,7 @@ instantiate_class_template (tree type)
 				  && TYPE_LANG_SPECIFIC (tag)
 				  && CLASSTYPE_IS_TEMPLATE (tag));
 	      /* If the member is a class template, then -- even after
-		 substituition -- there may be dependent types in the
+		 substitution -- there may be dependent types in the
 		 template argument list for the class.  We increment
 		 PROCESSING_TEMPLATE_DECL so that dependent_type_p, as
 		 that function will assume that no types are dependent


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