Correct misapplied patch.

From-SVN: r72891
This commit is contained in:
Andrew Haley 2003-10-24 12:13:18 +00:00
parent 7b8af2b5de
commit e194201cb6
1 changed files with 1 additions and 1 deletions

View 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);
}