diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-04-08 17:07:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-04-08 17:07:16 +0000 |
commit | f48c58e8f16cadab6d9c85a409a350ef146dc19c (patch) | |
tree | cd370533fb704da2c648e7a1615a0ea5474a67be /gcc/java/gjavah.c | |
parent | 917f1b7ea3e4737fccda44b8dfb5c868b3d5fed4 (diff) | |
download | gcc-f48c58e8f16cadab6d9c85a409a350ef146dc19c.zip gcc-f48c58e8f16cadab6d9c85a409a350ef146dc19c.tar.gz gcc-f48c58e8f16cadab6d9c85a409a350ef146dc19c.tar.bz2 |
* expr.c, gjavah.c: Fix comment typos.
From-SVN: r112784
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 8c9884b..c79a0a9 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -252,7 +252,7 @@ static int is_first_data_member = 0; /* Only include byte-code decompilation optimizations for ELF targets since the generated headers are only known to work with ELF weak - symbol semnatics. Specifically, these optimizations are known to + symbol semantics. Specifically, these optimizations are known to not work on PE-COFF and possibly others. */ #ifdef OBJECT_FORMAT_ELF #define HANDLE_CODE_ATTRIBUTE(MAX_STACK, MAX_LOCALS, CODE_LENGTH) \ |