From ee142fe7a851ca197ec02aad9a8e4ab53a543e6c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 21 Sep 2002 02:19:44 +0000 Subject: 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 --- gcc/java/class.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/java/class.c') diff --git a/gcc/java/class.c b/gcc/java/class.c index e167e0d..ca7acf0 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -75,7 +75,7 @@ typedef struct assume_compiled_node_struct /* The class or package name. */ const char *ident; - /* Non-zero if this represents an exclusion. */ + /* Nonzero if this represents an exclusion. */ int excludep; /* Pointers to other nodes in the tree. */ @@ -141,7 +141,7 @@ find_assume_compiled_node (node, ident) } /* Add a new IDENT to the include/exclude tree. It's an exclusion - if EXCLUDEP is non-zero. */ + if EXCLUDEP is nonzero. */ void add_assume_compiled (ident, excludep) @@ -192,7 +192,7 @@ add_assume_compiled (ident, excludep) parent->child = node; } -/* Returns non-zero if IDENT is the name of a class that the compiler +/* Returns nonzero if IDENT is the name of a class that the compiler should assume has been compiled to FIXME */ static int -- cgit v1.1