fix typo in message, committed as obvious.

  Matthias

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

        * 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"); \
       } \
   }
 

Reply via email to