Kazu Hirata - [patch] java/class.c: Fix a comment typo. (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: Kazu Hirata
- 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)
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |