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 f53aac57275eb23162ea5d237d87dcfc6ccd8c55..fa77efebb8b5e402bfb4d30f4d0e052d2246e4c6 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);
     }