diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-03 16:21:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-03 16:21:55 +0000 |
commit | 2f7e7db3869a7e8db362d2225a0dcce1e7eec6f5 (patch) | |
tree | fa790caf0e354f821c5c0f2f2c49024d43c1d092 /gcc/java/javaop.def | |
parent | 1af0d13941fa1931ac543c45410411880d01f5c7 (diff) | |
download | gcc-2f7e7db3869a7e8db362d2225a0dcce1e7eec6f5.tar.gz |
* java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121543 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/javaop.def')
-rw-r--r-- | gcc/java/javaop.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/javaop.def b/gcc/java/javaop.def index cf5a906826e..bb3543034ff 100644 --- a/gcc/java/javaop.def +++ b/gcc/java/javaop.def @@ -88,7 +88,7 @@ TEST: Compares an integer (popped from the stack) against zero. If the test (in OPERAND_VALUE) is true, goto a relative offset given by the next two bytes. -COND: Compares two values (popped from the stack) againt each other. +COND: Compares two values (popped from the stack) against each other. If the test (in OPERAND_VALUE) is true, goto a relative offset given by the next two bytes. |