* expr.c, gjavah.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 8 Apr 2006 17:07:16 +0000 (17:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 8 Apr 2006 17:07:16 +0000 (17:07 +0000)
From-SVN: r112784

gcc/java/ChangeLog
gcc/java/expr.c
gcc/java/gjavah.c

index e3cde16e80f1ecd12b6c044801d27047299b8762..fe19f2c8e5166df83cd2c683c07c6007ce4e58c3 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-08  Kazu Hirata  <kazu@codesourcery.com>
+
+       * expr.c, gjavah.c: Fix comment typos.
+
 2006-04-03  Andrew Haley  <aph@redhat.com>
 
        PR java/26858
index 4a6afaa5827171b8d237b38b9d5319c3c7ae12ab..1cd405a6bb775377cfb5506223a9d3ffad8c0dbf 100644 (file)
@@ -1694,7 +1694,7 @@ build_field_ref (tree self_value, tree self_class, tree name)
 
         We assume that Page 0 will be mapped with NOPERM, and that
         memory may be allocated from any other page, so only field
-        offsets < pagesize are guaratneed to trap.  We also assume
+        offsets < pagesize are guaranteed to trap.  We also assume
         the smallest page size we'll encounter is 4k bytes.  */
       if (! flag_syntax_only && check && ! flag_check_references 
          && ! flag_indirect_dispatch)
index 8c9884b96faaa35c5981c614a6710361e7a439d3..c79a0a918c7991b358682499125c4b9f66a5183c 100644 (file)
@@ -252,7 +252,7 @@ static int is_first_data_member = 0;
 
 /* Only include byte-code decompilation optimizations for ELF targets
    since the generated headers are only known to work with ELF weak
-   symbol semnatics. Specifically, these optimizations are known to
+   symbol semantics. Specifically, these optimizations are known to
    not work on PE-COFF and possibly others.  */
 #ifdef OBJECT_FORMAT_ELF
 #define HANDLE_CODE_ATTRIBUTE(MAX_STACK, MAX_LOCALS, CODE_LENGTH)      \