This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] java: Follow spelling conventions.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 15 Sep 2002 17:46:12 -0400 (EDT)
- Subject: [patch] java: Follow spelling conventions.
Hi,
Attached is a patch to follow spelling conventions. Committed as
obvious.
Kazu Hirata
2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
* lang.c: Fix spelling conventions.
Index: lang.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lang.c,v
retrieving revision 1.107
diff -u -r1.107 lang.c
--- lang.c 22 Aug 2002 00:41:28 -0000 1.107
+++ lang.c 15 Sep 2002 21:42:57 -0000
@@ -311,7 +311,7 @@
/*
* 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)