diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-18 22:15:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-18 22:15:51 +0000 |
commit | 4f9026a9b0a68137c21132b26e7c6ee69738d56b (patch) | |
tree | 844d5b8a384374b2b793ce1f6da97b6f65d60189 /gcc/java/java-except.h | |
parent | 102d540782c8dc5e748d5dc86349a8a673b1dfac (diff) | |
download | gcc-4f9026a9b0a68137c21132b26e7c6ee69738d56b.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/java-except.h')
-rw-r--r-- | gcc/java/java-except.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-except.h b/gcc/java/java-except.h index 27a34d13922..b536ce0623e 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 |