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/gjavah.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/gjavah.c')
-rw-r--r-- | gcc/java/gjavah.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index 4afa149..0a09ab6 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -1416,7 +1416,7 @@ print_c_decl (FILE* stream, JCF* jcf, int name_index, int signature_index, } /* Force the alignment of the first data member. This is - because the "new" C++ ABI changed the alignemnt of non-POD + because the "new" C++ ABI changed the alignment of non-POD classes. gcj, however, still uses the "old" alignment. */ if (is_first_data_member && ! (flags & ACC_STATIC) && ! is_method) { |