From patchwork Sat Dec 3 16:51:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix typo in gcc/java/expr.c Date: Sat, 03 Dec 2011 06:51:49 -0000 From: Matthias Klose X-Patchwork-Id: 129098 Message-Id: <4EDA53A5.7010806@ubuntu.com> To: GCC Patches , GCJ-patches fix typo in message, committed as obvious. Matthias 2011-12-03 Matthias Klose * expr.c (SPECIAL_WIDE): Fix typo in message. Index: gcc/java/expr.c =================================================================== --- gcc/java/expr.c (revision 181969) +++ gcc/java/expr.c (working copy) @@ -3546,7 +3546,7 @@ break; \ } \ default: \ - error ("unrecogized wide sub-instruction"); \ + error ("unrecognized wide sub-instruction"); \ } \ }