jcf-write.c: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 22 Oct 2003 18:06:38 +0000 (18:06 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 22 Oct 2003 18:06:38 +0000 (18:06 +0000)
* jcf-write.c: Follow spelling conventions.
* parse.y: Likewise.

From-SVN: r72812

gcc/java/ChangeLog
gcc/java/jcf-write.c
gcc/java/parse.y

index 6dad9d102575edb45567d05627b2a91b08302921..16bb5135d565c19b3335a92f772af8d3c39d7b00 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 8a6519bab7dc2f849cac98b175dbad116b782b83..578fa4aa8262d8f91d6d2f18ec1b3a6376b4b643 100644 (file)
@@ -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. */
index e1ad1a9e0150c9c1be180ee683dde26627e40984..3f63300fbc517638ac166d138ca96224510868ce 100644 (file)
@@ -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;