diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-16 16:23:50 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-16 16:23:50 +0000 |
commit | a83f01f0409ad496222c05be70d4cb5a1b3e132d (patch) | |
tree | e33afaec1a48dabdfffb966214f02786bf95c440 /gcc/java/java-tree.h | |
parent | 5868edbb704f78353a0d88907914148e58c2cd7c (diff) | |
download | gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.zip gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.tar.gz gcc-a83f01f0409ad496222c05be70d4cb5a1b3e132d.tar.bz2 |
ChangeLog, [...]: Fix spelling errors.
* ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
spelling errors.
From-SVN: r48075
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index 17a0638..649a288 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -1263,7 +1263,7 @@ struct rtx_def * java_lang_expand_expr PARAMS ((tree, rtx, enum machine_mode, #define ID_INIT_P(ID) ((ID) == init_identifier_node) /* Match ID to either `$finit$' or `finit$', so that `$finit$' continues to be recognized as an equivalent to `finit$' which is - now the prefered name used for the field initialization special + now the preferred name used for the field initialization special method. */ #define ID_FINIT_P(ID) ((ID) == finit_identifier_node \ || (ID) == finit_leg_identifier_node) @@ -1322,7 +1322,7 @@ extern char *instruction_bits; #define BCODE_JUMP_TARGET 2 /* True iff there is a return to this location. - (I.e. the preceedng instruction was a call.) */ + (I.e. the preceding instruction was a call.) */ #define BCODE_RETURN_TARGET 4 /* True iff this is the start of an exception handler. */ @@ -1417,12 +1417,12 @@ extern tree *type_map; TYPE_LANG_FLAG_5 (TYPE) /* True if class TYPE is currently being laid out. Helps in detection - of inheritance cycle occuring as a side effect of performing the + of inheritance cycle occurring as a side effect of performing the layout of a class. */ #define CLASS_BEING_LAIDOUT(TYPE) TYPE_LANG_FLAG_6 (TYPE) /* True if class TYPE is currently being laid out. Helps in detection - of inheritance cycle occuring as a side effect of performing the + of inheritance cycle occurring as a side effect of performing the layout of a class. */ #define CLASS_BEING_LAIDOUT(TYPE) TYPE_LANG_FLAG_6 (TYPE) |