diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-20 14:03:34 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-20 14:03:34 +0000 |
commit | 11da80f94d9bb4c94cc6c59b099f34d5c863da6b (patch) | |
tree | 7b1e1d68050cd2ac5999513fc27276e739d856d5 /gcc/java/gjavah.c | |
parent | 4914bf310e7208fb2f5404c06f191c6a2919f799 (diff) | |
download | gcc-11da80f94d9bb4c94cc6c59b099f34d5c863da6b.tar.gz |
* class.c, gjavah.c, lang.c: Fix comment typos.
* gcj.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79744 138bc75d-0d04-0410-961f-82ee72b054a4
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 4afa1495955..0a09ab6c137 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) { |