diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/expr.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index e6d8db3a886..762872a7cf1 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2011-12-03 Matthias Klose <doko@ubuntu.com> + + * expr.c (SPECIAL_WIDE): Fix typo in message. + 2011-11-23 Jeffrey A Law (law@cygnus.com) * lang.c (java_init_options_struct): Disable optimizations diff --git a/gcc/java/expr.c b/gcc/java/expr.c index d38311726d3..5f9dddae686 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -3546,7 +3546,7 @@ process_jvm_instruction (int PC, const unsigned char* byte_ops, break; \ } \ default: \ - error ("unrecogized wide sub-instruction"); \ + error ("unrecognized wide sub-instruction"); \ } \ } |