aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-25 13:49:22 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-25 13:49:22 +0000
commit4dd4c7512e1d49328716810ce245772827f97fb2 (patch)
tree0e360aff4616fc788dff646b581c058a5519087f /gcc/java/expr.c
parentf3cd574f6b2a45b1cd9153636d0ad1aba1cde806 (diff)
downloadgcc-4dd4c7512e1d49328716810ce245772827f97fb2.zip
gcc-4dd4c7512e1d49328716810ce245772827f97fb2.tar.gz
gcc-4dd4c7512e1d49328716810ce245772827f97fb2.tar.bz2
expr.c, [...]: Fix comment typos.
* expr.c, jcf-dump.c, parse-scan.y, parse.y: Fix comment typos. * gcj.texi: Fix typos. From-SVN: r88099
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 33c048f..7cfc874 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. */
}