]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/java/class.c
Fix double word typos.
[thirdparty/gcc.git] / gcc / java / class.c
index 234bddcf8076c4ad025f8367b30a9cf8d5488676..9e6b45c4467183d6b516ac0724761dbcdfdd52c3 100644 (file)
@@ -1045,7 +1045,7 @@ build_static_class_ref (tree type)
       DECL_CONTEXT (decl) = type;
 
       /* ??? We want to preserve the DECL_CONTEXT we set just above,
-        that that means not calling pushdecl_top_level.  */
+        that means not calling pushdecl_top_level.  */
       IDENTIFIER_GLOBAL_VALUE (decl_name) = decl;
     }