aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jvspec.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-09-21 02:19:44 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-21 02:19:44 +0000
commitee142fe7a851ca197ec02aad9a8e4ab53a543e6c (patch)
tree160aaaaeb0c2822ce3be579946a81e16f1aafb30 /gcc/java/jvspec.c
parent42a6388c3ff9645a7b95fbc1075dbcf20b2a18e0 (diff)
downloadgcc-ee142fe7a851ca197ec02aad9a8e4ab53a543e6c.zip
gcc-ee142fe7a851ca197ec02aad9a8e4ab53a543e6c.tar.gz
gcc-ee142fe7a851ca197ec02aad9a8e4ab53a543e6c.tar.bz2
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions. * class.c: Likewise. * decl.c: Likewise. * expr.c: Likewise. * gjavah.c: Likewise. * java-tree.h: Likewise. * jcf-dump.c: Likewise. * jcf-parse.c: Likewise. * jvspec.c: Likewise. * lang.c: Likewise. * mangle.c: Likewise. * parse.y: Likewise. From-SVN: r57378
Diffstat (limited to 'gcc/java/jvspec.c')
-rw-r--r--gcc/java/jvspec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c
index aad21e1..84b3455 100644
--- a/gcc/java/jvspec.c
+++ b/gcc/java/jvspec.c
@@ -148,7 +148,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
{
int i, j;
- /* If non-zero, the user gave us the `-v' flag. */
+ /* If nonzero, the user gave us the `-v' flag. */
int saw_verbose_flag = 0;
int saw_save_temps = 0;
@@ -188,7 +188,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
/* The new argument list will be contained in this. */
const char **arglist;
- /* Non-zero if we saw a `-xfoo' language specification on the
+ /* Nonzero if we saw a `-xfoo' language specification on the
command line. Used to avoid adding our own -xc++ if the user
already gave a language for the file. */
int saw_speclang = 0;
@@ -238,10 +238,10 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries)
/* The total number of arguments with the new stuff. */
int num_args = 1;
- /* Non-zero if linking is supposed to happen. */
+ /* Nonzero if linking is supposed to happen. */
int will_link = 1;
- /* Non-zero if we want to find the spec file. */
+ /* Nonzero if we want to find the spec file. */
int want_spec_file = 1;
/* The argument we use to specify the spec file. */