aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-18 22:15:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-18 22:15:51 +0000
commit634661fe5a3f091d6c4b15527ddc7cfc3e448469 (patch)
tree844d5b8a384374b2b793ce1f6da97b6f65d60189 /gcc/java/jcf-parse.c
parenta1fb4e912af42cf0b6f54136575ffdb09384a4a2 (diff)
downloadgcc-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/jcf-parse.c')
-rw-r--r--gcc/java/jcf-parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c
index 8e2fa39..892e561 100644
--- a/gcc/java/jcf-parse.c
+++ b/gcc/java/jcf-parse.c
@@ -71,7 +71,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
extern struct obstack temporary_obstack;
-/* Set to nonzero value in order to emit class initilization code
+/* Set to nonzero value in order to emit class initialization code
before static field references. */
extern int always_initialize_class_p;
@@ -357,7 +357,7 @@ handle_innerclass_attribute (int count, JCF *jcf)
entry isn't a member (like an inner class) the value is 0. */
int ocii = JCF_readu2 (jcf);
/* Read inner_name_index. If the class we're dealing with is
- an annonymous class, it must be 0. */
+ an anonymous class, it must be 0. */
int ini = JCF_readu2 (jcf);
/* Read the access flag. */
int acc = JCF_readu2 (jcf);