From: Kazu Hirata Date: Sun, 18 Feb 2007 01:51:00 +0000 (+0000) Subject: * class.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=165a0dc32a4be8f6d81ae7e667ca2605a6658d2e;p=gcc.git * class.c: Fix a comment typo. From-SVN: r122086 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 39fe758bf48..fa8fc0f33c9 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2007-02-18 Kazu Hirata + + * class.c: Fix a comment typo. + 2007-02-15 Sandra Loosemore Brooks Moses Lee Millward diff --git a/gcc/java/class.c b/gcc/java/class.c index 85cdeb49e1e..c9ccef6a5cf 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)