diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-18 22:15:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-18 22:15:51 +0000 |
commit | 634661fe5a3f091d6c4b15527ddc7cfc3e448469 (patch) | |
tree | 844d5b8a384374b2b793ce1f6da97b6f65d60189 /gcc/java/verify.c | |
parent | a1fb4e912af42cf0b6f54136575ffdb09384a4a2 (diff) | |
download | gcc-634661fe5a3f091d6c4b15527ddc7cfc3e448469.zip gcc-634661fe5a3f091d6c4b15527ddc7cfc3e448469.tar.gz gcc-634661fe5a3f091d6c4b15527ddc7cfc3e448469.tar.bz2 |
check-init.c: Fix comment typos.
* check-init.c: Fix comment typos.
* class.c: Likewise.
* constants.c: Likewise.
* decl.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* java-except.h: Likewise.
* java-tree.h: Likewise.
* javaop.h: Likewise.
* jcf-dump.c: Likewise.
* jcf-io.c: Likewise.
* jcf-parse.c: Likewise.
* jcf-write.c: Likewise.
* lang.c: Likewise.
* mangle.c: Likewise.
* typeck.c: Likewise.
* verify.c: Likewise.
From-SVN: r61477
Diffstat (limited to 'gcc/java/verify.c')
-rw-r--r-- | gcc/java/verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/verify.c b/gcc/java/verify.c index d67f30c..a5375bf 100644 --- a/gcc/java/verify.c +++ b/gcc/java/verify.c @@ -363,7 +363,7 @@ start_pc_cmp (const void *xp, const void *yp) #define VERIFICATION_ERROR_WITH_INDEX(MESSAGE) \ do { message = MESSAGE; goto error_with_index; } while (0) -/* Recursive helper function to pop argument types during verifiation. +/* Recursive helper function to pop argument types during verification. ARG_TYPES is the list of formal parameter types. Return NULL on success and a freshly malloc'd error message on failure. */ @@ -713,7 +713,7 @@ verify_jvm_instructions (JCF* jcf, const unsigned char *byte_ops, long length) prev_eh_ranges = NULL_EH_RANGE; /* Allocate decl and rtx for this variable now, so if we're not - optmizing, we get a temporary that survives the whole method. */ + optimizing, we get a temporary that survives the whole method. */ find_local_variable (index, type, oldpc); if (TYPE_IS_WIDE (type)) |