diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-04 15:29:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-04 15:29:52 +0000 |
commit | df04438806922874ac6372c4f3e990a9fc7dfd90 (patch) | |
tree | 8490d56079283c01075dcee78421b4ae9fcf7ea1 /gcc/java/lang.c | |
parent | 5e77eb534bb84d6afdf489f007079ce90fcf8b9d (diff) | |
download | gcc-df04438806922874ac6372c4f3e990a9fc7dfd90.zip gcc-df04438806922874ac6372c4f3e990a9fc7dfd90.tar.gz gcc-df04438806922874ac6372c4f3e990a9fc7dfd90.tar.bz2 |
gcj.texi: Fix a typo.
* gcj.texi: Fix a typo.
* lang.c: Fix a comment typo.
From-SVN: r97551
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index 553e20c..e0d2672 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -801,7 +801,7 @@ merge_init_test_initialization (void **entry, void *x) does this by setting the DECL_INITIAL of the init_test_decl for that class, and no initializations are emitted for that class. - However, what if the method that is suppoed to do the initialization + However, what if the method that is supposed to do the initialization is itself inlined in the caller? When expanding the called method we'll assume that the class initialization has already been done, because the DECL_INITIAL of the init_test_decl is set. |