aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/lang.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 2defb33..cca54a1 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -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
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index fadd972..eeb5d4f 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)