This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] java/class.c: Fix a comment typo.
- From: Kazu Hirata <kazu at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: java-patches at gcc dot gnu dot org
- Date: Sat, 17 Feb 2007 17:51:40 -0800
- Subject: [patch] java/class.c: Fix a comment typo.
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)