* class.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Sun, 18 Feb 2007 01:51:00 +0000 (01:51 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 18 Feb 2007 01:51:00 +0000 (01:51 +0000)
From-SVN: r122086

gcc/java/ChangeLog
gcc/java/class.c

index 39fe758bf484eb9235f7f22f00e68957dec945e4..fa8fc0f33c945f0f72dabfbffd49fd56f6815c41 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
+
+       * class.c: Fix a comment typo.
+
 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
            Brooks Moses  <brooks.moses@codesourcery.com>
            Lee Millward  <lee.millward@codesourcery.com>
index 85cdeb49e1e4d793ab5fe90cbeb6b123d75df6c5..c9ccef6a5cfa037f4b18ba764584605064f4e7a5 100644 (file)
@@ -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)