diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-22 18:06:38 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-22 18:06:38 +0000 |
commit | ed2f11fa59957d0892749bb8243325929aa50302 (patch) | |
tree | f3009b7d6c4bb682cee5936ee2eb5cde181fd90f /gcc/java/parse.y | |
parent | 4badbfa2b31aad9725489b74f6bc6b975c4dc37b (diff) | |
download | gcc-ed2f11fa59957d0892749bb8243325929aa50302.zip gcc-ed2f11fa59957d0892749bb8243325929aa50302.tar.gz gcc-ed2f11fa59957d0892749bb8243325929aa50302.tar.bz2 |
jcf-write.c: Follow spelling conventions.
* jcf-write.c: Follow spelling conventions.
* parse.y: Likewise.
From-SVN: r72812
Diffstat (limited to 'gcc/java/parse.y')
-rw-r--r-- | gcc/java/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/parse.y b/gcc/java/parse.y index e1ad1a9..3f63300 100644 --- a/gcc/java/parse.y +++ b/gcc/java/parse.y @@ -402,7 +402,7 @@ static GTY(()) tree package_list; static GTY(()) tree current_this; /* Hold a list of catch clauses list. The first element of this list is - the list of the catch clauses of the currently analysed try block. */ + the list of the catch clauses of the currently analyzed try block. */ static GTY(()) tree currently_caught_type_list; /* This holds a linked list of all the case labels for the current @@ -8514,7 +8514,7 @@ build_outer_method_access_method (tree decl) /* There is a potential bug here. We should be able to use fix_method_argument_names, but then arg names get mixed up and eventually a constructor will have its this$0 altered and the - outer context won't be assignment properly. The test case is + outer context won't be assignment properly. The testcase is stub.java FIXME */ TYPE_ARG_TYPES (TREE_TYPE (mdecl)) = args; |