diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-09-06 02:25:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-09-06 02:25:00 +0000 |
commit | cd64dc985a81b4eb80a238f633df9f8e9c40ed90 (patch) | |
tree | 6986aaabf8b78d0d7811ad4cd7a7312cdc1d9a13 /gcc/java/expr.c | |
parent | 1634705dd6bf842b1dca21c690a38b3fdbef53a4 (diff) | |
download | gcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.zip gcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.tar.gz gcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.tar.bz2 |
check-init.c, [...]: Fix comment typos.
* check-init.c, decl.c, expr.c, gcj.texi, java-tree.h,
jcf-parse.c, jcf.h, parse.h, parse.y, typeck.c: Fix comment
typos. Follow spelling conventions.
From-SVN: r103927
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index c29b8a3..d65a6ff 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -2999,8 +2999,8 @@ process_jvm_instruction (int PC, const unsigned char* byte_ops, const char *opname; /* Temporary ??? */ int oldpc = PC; /* PC at instruction start. */ - /* If the instruction is at the beginning of a exception handler, - replace the top of the stack with the thrown object reference */ + /* If the instruction is at the beginning of an exception handler, + replace the top of the stack with the thrown object reference. */ if (instruction_bits [PC] & BCODE_EXCEPTION_TARGET) { /* Note that the verifier will not emit a type map at all for @@ -3321,7 +3321,7 @@ peek_opcode_at_pc (JCF *jcf, int code_offset, int pc) This function is used by `give_name_to_locals' so that a local's DECL features a DECL_LOCAL_START_PC such that the first related - store operation will use DECL as a destination, not a unrelated + store operation will use DECL as a destination, not an unrelated temporary created for the occasion. This function uses a global (instruction_bits) `note_instructions' should |