diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-25 13:49:22 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-25 13:49:22 +0000 |
| commit | 2ddee53c9aca8643d17847b15409f28119b55f26 (patch) | |
| tree | 0e360aff4616fc788dff646b581c058a5519087f /gcc/java/expr.c | |
| parent | 41fc6ce4194416f39ae2907317ac9c5975dac36b (diff) | |
| download | ppe42-gcc-2ddee53c9aca8643d17847b15409f28119b55f26.tar.gz ppe42-gcc-2ddee53c9aca8643d17847b15409f28119b55f26.zip | |
* expr.c, jcf-dump.c, parse-scan.y, parse.y: Fix
comment typos.
* gcj.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88099 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/expr.c')
| -rw-r--r-- | gcc/java/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 33c048fe5e4..7cfc874e36f 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -606,7 +606,7 @@ build_java_jsr (int target_pc, int return_pc) flush_quick_stack (); java_add_stmt (build1 (GOTO_EXPR, void_type_node, where)); - /* Do not need to emit the label here. We noted the existance of the + /* Do not need to emit the label here. We noted the existence of the label as a jump target in note_instructions; we'll emit the label for real at the beginning of the expand_byte_code loop. */ } |

