diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-22 18:06:38 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-22 18:06:38 +0000 |
| commit | 2f8364f7f2069491ddc0aefceaec894839d32010 (patch) | |
| tree | f3009b7d6c4bb682cee5936ee2eb5cde181fd90f | |
| parent | 03f625dd98ff53bbdac1361e26a64b8de52ea921 (diff) | |
| download | ppe42-gcc-2f8364f7f2069491ddc0aefceaec894839d32010.tar.gz ppe42-gcc-2f8364f7f2069491ddc0aefceaec894839d32010.zip | |
* jcf-write.c: Follow spelling conventions.
* parse.y: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72812 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/java/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/java/jcf-write.c | 2 | ||||
| -rw-r--r-- | gcc/java/parse.y | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 6dad9d10257..16bb5135d56 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,5 +1,10 @@ 2003-10-22 Kazu Hirata <kazu@cs.umass.edu> + * jcf-write.c: Follow spelling conventions. + * parse.y: Likewise. + +2003-10-22 Kazu Hirata <kazu@cs.umass.edu> + * ChangeLog: Fix typos. * expr.c: Fix comment typos. * jcf-write.c: Likewise. diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c index 8a6519bab7d..578fa4aa826 100644 --- a/gcc/java/jcf-write.c +++ b/gcc/java/jcf-write.c @@ -3429,7 +3429,7 @@ write_classfile (tree clas) fatal_error ("error closing %s: %m", temporary_file_name); /* If a file named by the string pointed to by `new' exists - prior to the call to the `rename' function, the bahaviour + prior to the call to the `rename' function, the behavior is implementation-defined. ISO 9899-1990 7.9.4.2. For example, on Win32 with MSVCRT, it is an error. */ diff --git a/gcc/java/parse.y b/gcc/java/parse.y index e1ad1a9e015..3f63300fbc5 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; |

