Correct misapplied patch.
authorAndrew Haley <aph@gcc.gnu.org>
Fri, 24 Oct 2003 12:13:18 +0000 (12:13 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 24 Oct 2003 12:13:18 +0000 (12:13 +0000)
From-SVN: r72891

gcc/java/jcf-parse.c

index f53aac5..fa77efe 100644 (file)
@@ -632,7 +632,7 @@ jcf_parse (JCF* jcf)
   if (CLASS_PARSED_P (current_class))
     {
       /* FIXME - where was first time */
-      fatal_error ("READING CLASS %s for the second time from %s",
+      fatal_error ("reading class %s for the second time from %s",
                   IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (current_class))),
                   jcf->filename);
     }