diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 85cdeb4..c9ccef6 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -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) |