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/except.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/except.c') diff --git a/gcc/java/except.c b/gcc/java/except.c index 600deb8..9ad41a6 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -315,7 +315,7 @@ prepare_eh_table_type (tree type) /* The "type" (metch_info) in a (Java) exception table is one: * a) NULL - meaning match any type in a try-finally. - * b) a pointer to a (ccmpiled) class (low-order bit 0). + * b) a pointer to a (compiled) class (low-order bit 0). * c) a pointer to the Utf8Const name of the class, plus one * (which yields a value with low-order bit 1). */ -- cgit v1.1