aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>1999-03-22 20:16:45 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>1999-03-22 12:16:45 -0800
commit8af456c81af749f27bf88197a3a380b5f0d25b10 (patch)
treef3ea2ec9d9739e17bb0f54fd2dbd7ca70e508e15 /gcc/java/lang.c
parent235acd35186b64c7552439eec898b02a4dcec9ed (diff)
downloadgcc-8af456c81af749f27bf88197a3a380b5f0d25b10.zip
gcc-8af456c81af749f27bf88197a3a380b5f0d25b10.tar.gz
gcc-8af456c81af749f27bf88197a3a380b5f0d25b10.tar.bz2
Changelog: Fixed 1999-03-22 typos.
Mon Mar 22 20:14:26 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * Changelog: Fixed 1999-03-22 typos. * lang.c (lang_decode_option): Fixed typo in error string in the XARG section. (Grr, typos.) From-SVN: r25908
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r--gcc/java/lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index 85b2bfe..9fc7c1e 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -179,7 +179,7 @@ lang_decode_option (argc, argv)
{
if (!(flag_emit_xref = xref_flag_value (p + sizeof (XARG) - 1)))
{
- error ("Unkown xref back end `%s'", p + sizeof (XARG) - 1);
+ error ("Unkown xref format `%s'", p + sizeof (XARG) - 1);
}
}
#undef XARG