aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.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/lang.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/lang.c')
-rw-r--r--gcc/java/lang.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index 1feb639..63ced43 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -920,7 +920,7 @@ java_unsafe_for_reeval (tree t)
This variable is used to avoid multiple calls to the static
constructor for each class.
- It looks somthing like this:
+ It looks something like this:
foo ()
{
@@ -937,7 +937,7 @@ java_unsafe_for_reeval (tree t)
Each of these boolean variables has an entry in the
DECL_FUNCTION_INIT_TEST_TABLE of a method. When inlining a method
we must merge the DECL_FUNCTION_INIT_TEST_TABLE from the function
- being linlined and create the boolean variables in the outermost
+ being inlined and create the boolean variables in the outermost
scope of the method being inlined into. */
/* Create a mapping from a boolean variable in a method being inlined