[patch] java/class.c: Fix a comment typo.

Kazu Hirata kazu@codesourcery.com
Sun Feb 18 01:51:00 GMT 2007


Hi,

Committed as obvious.

Kazu Hirata

2007-02-18  Kazu Hirata  <kazu@codesourcery.com>

	* class.c: Fix a comment typo.

Index: java/class.c
===================================================================
--- java/class.c	(revision 122079)
+++ java/class.c	(working copy)
@@ -1008,7 +1008,7 @@ build_classdollar_field (tree type)
   return decl;
 }
 
-/* Create a local variable that holds the the current class$.  */
+/* Create a local variable that holds the current class$.  */
 
 void
 cache_this_class_ref (tree fndecl)



More information about the Java-patches mailing list