aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.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/gjavah.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/gjavah.c')
-rw-r--r--gcc/java/gjavah.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index b4e0a51..d168840 100644
--- a/gcc/java/gjavah.c
+++ b/gcc/java/gjavah.c
@@ -48,7 +48,7 @@ static int found_error = 0;
/* Nonzero if we're generating JNI output. */
static int flag_jni = 0;
-/* When non zero, warn when source file is newer than matching class
+/* When nonzero, warn when source file is newer than matching class
file. */
int flag_newer = 1;