Commit 5041541e by Kazu Hirata Committed by Kazu Hirata

* java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.

From-SVN: r121543
parent d1ad84c2
2007-02-03 Kazu Hirata <kazu@codesourcery.com>
* java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.
2007-02-02 Andrew Haley <aph@redhat.com> 2007-02-02 Andrew Haley <aph@redhat.com>
* expr.c (expand_byte_code): Call cache_this_class_ref() and * expr.c (expand_byte_code): Call cache_this_class_ref() and
......
...@@ -764,7 +764,7 @@ union lang_tree_node ...@@ -764,7 +764,7 @@ union lang_tree_node
#define FIELD_LOCAL_ALIAS(DECL) DECL_LANG_FLAG_6 (VAR_OR_FIELD_CHECK (DECL)) #define FIELD_LOCAL_ALIAS(DECL) DECL_LANG_FLAG_6 (VAR_OR_FIELD_CHECK (DECL))
/* True when DECL, which aliases an outer context local variable is /* True when DECL, which aliases an outer context local variable is
used by the inner classe */ used by the inner classes. */
#define FIELD_LOCAL_ALIAS_USED(DECL) DECL_LANG_FLAG_7 (VAR_OR_FIELD_CHECK (DECL)) #define FIELD_LOCAL_ALIAS_USED(DECL) DECL_LANG_FLAG_7 (VAR_OR_FIELD_CHECK (DECL))
/* True when DECL is a this$<n> field. Note that /* True when DECL is a this$<n> field. Note that
......
...@@ -88,7 +88,7 @@ TEST: Compares an integer (popped from the stack) against zero. ...@@ -88,7 +88,7 @@ TEST: Compares an integer (popped from the stack) against zero.
If the test (in OPERAND_VALUE) is true, goto a relative If the test (in OPERAND_VALUE) is true, goto a relative
offset given by the next two bytes. offset given by the next two bytes.
COND: Compares two values (popped from the stack) againt each other. COND: Compares two values (popped from the stack) against each other.
If the test (in OPERAND_VALUE) is true, goto a relative If the test (in OPERAND_VALUE) is true, goto a relative
offset given by the next two bytes. offset given by the next two bytes.
......
...@@ -259,7 +259,7 @@ java_read_sourcefilenames (const char *fsource_filename) ...@@ -259,7 +259,7 @@ java_read_sourcefilenames (const char *fsource_filename)
/* Given a relative pathname such as foo/bar.java, attempt to find a /* Given a relative pathname such as foo/bar.java, attempt to find a
longer pathname with the same suffix. longer pathname with the same suffix.
This is a best guess heuristic; with some weird class hierarcies we This is a best guess heuristic; with some weird class hierarchies we
may fail to pick the correct source file. For example, if we have may fail to pick the correct source file. For example, if we have
the filenames foo/bar.java and also foo/foo/bar.java, we do not the filenames foo/bar.java and also foo/foo/bar.java, we do not
have enough information to know which one is the right match for have enough information to know which one is the right match for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment