From: Matthias Klose Date: Sat, 3 Dec 2011 16:51:54 +0000 (+0000) Subject: expr.c (SPECIAL_WIDE): Fix typo in message. X-Git-Tag: releases/gcc-4.7.0~1791 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50ada590dc4fc394c2be14c791c7bae6b46ba337;p=thirdparty%2Fgcc.git expr.c (SPECIAL_WIDE): Fix typo in message. 2011-12-03 Matthias Klose * expr.c (SPECIAL_WIDE): Fix typo in message. From-SVN: r181973 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index e6d8db3a8864..762872a7cf1e 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2011-12-03 Matthias Klose + + * 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 d38311726d38..5f9dddae6862 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"); \ } \ }