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/expr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/java/expr.c') diff --git a/gcc/java/expr.c b/gcc/java/expr.c index d6a443d..c192d46 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -91,7 +91,7 @@ static GTY(()) tree methods_ident; static GTY(()) tree ncode_ident; tree dtable_ident = NULL_TREE; -/* Set to non-zero value in order to emit class initilization code +/* Set to nonzero value in order to emit class initilization code before static field references. */ int always_initialize_class_p; @@ -176,7 +176,7 @@ java_truthvalue_conversion (expr) case ABS_EXPR: case FLOAT_EXPR: case FFS_EXPR: - /* These don't change whether an object is non-zero or zero. */ + /* These don't change whether an object is nonzero or zero. */ return java_truthvalue_conversion (TREE_OPERAND (expr, 0)); case COND_EXPR: -- cgit v1.1