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/java-except.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/java-except.h') diff --git a/gcc/java/java-except.h b/gcc/java/java-except.h index 27a34d1..b536ce0 100644 --- a/gcc/java/java-except.h +++ b/gcc/java/java-except.h @@ -34,7 +34,7 @@ struct eh_range and the TREE_VALUE is the LABEL_DECL of the handler. */ tree handlers; - /* Surrunding handler, if any. */ + /* Surrounding handler, if any. */ struct eh_range *outer; /* The first child range. It is is nested inside this range -- cgit v1.1