diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-22 18:00:06 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-22 18:00:06 +0000 |
| commit | ce2012e73e31f98685bd38ae49796a47f6bad536 (patch) | |
| tree | 1b747e339c225cdfbed517d164b762c63bd110c6 /gcc/java/expr.c | |
| parent | 5f63cb3eb8f54827a80424dd346620fbf279ef6f (diff) | |
| download | ppe42-gcc-ce2012e73e31f98685bd38ae49796a47f6bad536.tar.gz ppe42-gcc-ce2012e73e31f98685bd38ae49796a47f6bad536.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72809 138bc75d-0d04-0410-961f-82ee72b054a4
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 f059ef12a7d..e5654e79b6f 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) |

