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

Kazu Hirata kazu@cs.umass.edu
Thu May 5 16:25:00 GMT 2005


Hi,

Committed as obvious.

Kazu Hirata

2005-05-05  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.994
diff -u -d -p -r1.994 pt.c
--- pt.c	21 Apr 2005 09:18:15 -0000	1.994
+++ pt.c	5 May 2005 16:21:48 -0000
@@ -418,7 +418,7 @@ maybe_begin_member_template_processing (
   ++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)



More information about the Gcc-patches mailing list