* pt.c (instantiate_template): Fix typo in comment.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2006 21:40:05 +0000 (21:40 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2006 21:40:05 +0000 (21:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114788 138bc75d-0d04-0410-961f-82ee72b054a4

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

index db7eb37..72a723f 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * pt.c (instantiate_template): Fix typo in comment.
+
 2006-06-19  Richard Guenther  <rguenther@suse.de>
 
        * parser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near
index 79183f5..08bda26 100644 (file)
@@ -9295,9 +9295,10 @@ instantiate_template (tree tmpl, tree targ_ptr, tsubst_flags_t complain)
 
   /* Although PROCESSING_TEMPLATE_DECL may be true at this point
      (because, for example, we have encountered a non-dependent
-     function call in the body of a template function must determine
-     which of several overloaded functions will be called), within the
-     instantiation itself we are not processing a template.  */  
+     function call in the body of a template function and must now
+     determine which of several overloaded functions will be called),
+     within the instantiation itself we are not processing a
+     template.  */  
   saved_processing_template_decl = processing_template_decl;
   processing_template_decl = 0;
   /* Substitute template parameters to obtain the specialization.  */