* pt.c (instantiate_template): Fix typo in comment.
authorMark Mitchell <mark@codesourcery.com>
Mon, 19 Jun 2006 21:40:05 +0000 (21:40 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 19 Jun 2006 21:40:05 +0000 (21:40 +0000)
From-SVN: r114788

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

index db7eb37c74bf9741c0a738c4babf1212cee78626..72a723f51cbf662abf060aa47a72b8c923b174da 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 79183f55ed0ae0f76fab868d01c52471010e83b8..08bda26d6b837c3227ef238aed44f5fb848c0549 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.  */