diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-22 18:00:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-22 18:00:06 +0000 |
commit | 67264b4fe2e059af9e672b17f516d6c4c0b03785 (patch) | |
tree | 1b747e339c225cdfbed517d164b762c63bd110c6 /gcc/java/expr.c | |
parent | 1322946805597f3b80f585da69c3447a79a37de0 (diff) | |
download | gcc-67264b4fe2e059af9e672b17f516d6c4c0b03785.zip gcc-67264b4fe2e059af9e672b17f516d6c4c0b03785.tar.gz gcc-67264b4fe2e059af9e672b17f516d6c4c0b03785.tar.bz2 |
ChangeLog: Fix typos.
* ChangeLog: Fix typos.
* expr.c: Fix comment typos.
* jcf-write.c: Likewise.
* lang.c: Likewise.
* lex.c: Likewise.
* mangle.c: Likewise.
* parse-scan.y: Likewise.
* parse.y: Likewise.
From-SVN: r72809
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index f059ef1..e5654e7 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -107,7 +107,7 @@ int always_initialize_class_p; If a variable is on the quick stack, it means the value of variable when the quick stack was last flushed. Conceptually, flush_quick_stack - saves all the the quick_stack elements in parellel. However, that is + saves all the the quick_stack elements in parallel. However, that is complicated, so it actually saves them (i.e. copies each stack value to is home virtual register) from low indexes. This allows a quick_stack element at index i (counting from the bottom of stack the) to references @@ -456,7 +456,7 @@ pop_value (tree type) } -/* Pop and discrad the top COUNT stack slots. */ +/* Pop and discard the top COUNT stack slots. */ static void java_stack_pop (int count) |