OSDN Git Service

* lang.c: Fix spelling conventions.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Sep 2002 21:46:12 +0000 (21:46 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Sep 2002 21:46:12 +0000 (21:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57175 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/lang.c

index 2defb33..cca54a1 100644 (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
index fadd972..eeb5d4f 100644 (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)