* pt.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 5 May 2005 16:24:10 +0000 (16:24 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 5 May 2005 16:24:10 +0000 (16:24 +0000)
From-SVN: r99274

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

index 39d86755c85ea326c113b4ce0fcd4c18e750acb4..dab19ae2c24ec68d80d8fce7548be057ae63dff1 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * pt.c: Fix a comment typo.
+
 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
 
        * cp-tree.h (language_function): Change the type of
index aaecabcbc456d322bd953b9307de67b048eeac5f..32ff496473666c0981e8f7557c8972f9e27fb2a2 100644 (file)
@@ -418,7 +418,7 @@ maybe_begin_member_template_processing (tree decl)
   ++inline_parm_levels_used;
 }
 
-/* Undo the effects of begin_member_template_processing.  */
+/* Undo the effects of maybe_begin_member_template_processing.  */
 
 void 
 maybe_end_member_template_processing (void)