diff options
author | Andrew Haley <aph@gcc.gnu.org> | 2003-10-24 12:13:18 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2003-10-24 12:13:18 +0000 |
commit | e194201cb6d05c31ca9b908bfbf6d54611ffeb64 (patch) | |
tree | e85a2fe36f11ee2b42e6576e1a2e6da6dd68fd81 /gcc | |
parent | 7b8af2b5ded394f29062bb7febd2d5240d0cef32 (diff) | |
download | gcc-e194201cb6d05c31ca9b908bfbf6d54611ffeb64.zip gcc-e194201cb6d05c31ca9b908bfbf6d54611ffeb64.tar.gz gcc-e194201cb6d05c31ca9b908bfbf6d54611ffeb64.tar.bz2 |
Correct misapplied patch.
From-SVN: r72891
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/jcf-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index f53aac5..fa77efe 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -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); } |