aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-12-16 16:23:50 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-16 16:23:50 +0000
commita83f01f0409ad496222c05be70d4cb5a1b3e132d (patch)
treee33afaec1a48dabdfffb966214f02786bf95c440 /gcc/java/jcf-write.c
parent5868edbb704f78353a0d88907914148e58c2cd7c (diff)
downloadgcc-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/jcf-write.c')
-rw-r--r--gcc/java/jcf-write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c
index 43622f8..c6de1fe 100644
--- a/gcc/java/jcf-write.c
+++ b/gcc/java/jcf-write.c
@@ -105,7 +105,7 @@ struct chunk
to the beginning of the block.
If (pc < 0), the jcf_block is not an actual block (i.e. it has no
- assocated code yet), but it is an undefined label.
+ associated code yet), but it is an undefined label.
*/
struct jcf_block
@@ -2671,7 +2671,7 @@ perform_relocations (state)
/* new_ptr and old_ptr point into the old and new buffers,
respectively. (If no relocations cause the buffer to
grow, the buffer will be the same buffer, and new_ptr==old_ptr.)
- The bytes at higher adress have been copied and relocations
+ The bytes at higher address have been copied and relocations
handled; those at lower addresses remain to process. */
/* Lower old index of piece to be copied with no relocation.