diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-03-20 14:03:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-03-20 14:03:34 +0000 |
commit | c048d56d7e1750c411ffc7f67415beab926c1d05 (patch) | |
tree | 7b1e1d68050cd2ac5999513fc27276e739d856d5 /gcc/java/lang.c | |
parent | 9c024d9c08822b3241c9cb91b2f2e40ac19b75d5 (diff) | |
download | gcc-c048d56d7e1750c411ffc7f67415beab926c1d05.zip gcc-c048d56d7e1750c411ffc7f67415beab926c1d05.tar.gz gcc-c048d56d7e1750c411ffc7f67415beab926c1d05.tar.bz2 |
class.c, [...]: Fix comment typos.
* class.c, gjavah.c, lang.c: Fix comment typos.
* gcj.texi: Fix typos.
From-SVN: r79744
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 20afb50..4856e5f 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -949,7 +949,7 @@ merge_init_test_initialization (void **entry, void *x) However, what if the method that is suppoed to do the initialization is itself inlined in the caller? When expanding the called method - we'll assume that the class initalization has already been done, + we'll assume that the class initialization has already been done, because the DECL_INITIAL of the init_test_decl is set. To fix this we remove the DECL_INITIAL (in the caller scope) of all |