From: Kazu Hirata Date: Sun, 15 Sep 2002 21:46:12 +0000 (+0000) Subject: * lang.c: Fix spelling conventions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6522685d9e64261297c3f7a3e4c4ecd9dad5299f;p=gcc.git * lang.c: Fix spelling conventions. From-SVN: r57175 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 2defb3301aa..cca54a1fef6 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2002-09-15 Kazu Hirata + + * lang.c: Fix spelling conventions. + 2002-09-11 Per Bothner * parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical diff --git a/gcc/java/lang.c b/gcc/java/lang.c index fadd972c1c9..eeb5d4f3907 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -311,7 +311,7 @@ process_option_with_no (p, table, table_size) /* * process java-specific compiler command-line options - * return 0, but do not complain if the option is not recognised. + * return 0, but do not complain if the option is not recognized. */ static int java_decode_option (argc, argv)