Commit 50ada590 by Matthias Klose Committed by Matthias Klose

expr.c (SPECIAL_WIDE): Fix typo in message.

2011-12-03  Matthias Klose  <doko@ubuntu.com>

        * expr.c (SPECIAL_WIDE): Fix typo in message.

From-SVN: r181973
parent ed74d697
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
......
......@@ -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"); \
} \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment