From 634661fe5a3f091d6c4b15527ddc7cfc3e448469 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 18 Jan 2003 22:15:51 +0000 Subject: check-init.c: Fix comment typos. * check-init.c: Fix comment typos. * class.c: Likewise. * constants.c: Likewise. * decl.c: Likewise. * except.c: Likewise. * expr.c: Likewise. * java-except.h: Likewise. * java-tree.h: Likewise. * javaop.h: Likewise. * jcf-dump.c: Likewise. * jcf-io.c: Likewise. * jcf-parse.c: Likewise. * jcf-write.c: Likewise. * lang.c: Likewise. * mangle.c: Likewise. * typeck.c: Likewise. * verify.c: Likewise. From-SVN: r61477 --- gcc/java/jcf-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/jcf-dump.c') diff --git a/gcc/java/jcf-dump.c b/gcc/java/jcf-dump.c index 66358f5..6d976e5 100644 --- a/gcc/java/jcf-dump.c +++ b/gcc/java/jcf-dump.c @@ -1079,7 +1079,7 @@ disassemble_method (JCF* jcf, const unsigned char *byte_ops, int len) /* This is the actual code emitted for each of opcodes in javaops.def. The actual opcode-specific stuff is handled by the OPKIND macro. I.e. for an opcode whose OPKIND is BINOP, the BINOP will be called. - Those macros are defiend below. The OPKINDs that do not have any + Those macros are defined below. The OPKINDs that do not have any inline parameters (such as BINOP) and therefore do mot need anything else to me printed out just use an empty body. */ -- cgit v1.1