From f48c58e8f16cadab6d9c85a409a350ef146dc19c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 8 Apr 2006 17:07:16 +0000 Subject: * expr.c, gjavah.c: Fix comment typos. From-SVN: r112784 --- gcc/java/gjavah.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/gjavah.c') 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) \ -- cgit v1.1