* lang.c: Fix spelling conventions.

From-SVN: r57175
This commit is contained in:
Kazu Hirata 2002-09-15 21:46:12 +00:00 committed by Kazu Hirata
parent cbbfa42951
commit 6522685d9e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
* lang.c: Fix spelling conventions.
2002-09-11 Per Bothner <per@bothner.com>
* parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical

View File

@ -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)