diff mbox

fix typo in gcc/java/expr.c

Message ID 4EDA53A5.7010806@ubuntu.com
State New
Headers show

Commit Message

Matthias Klose Dec. 3, 2011, 4:51 p.m. UTC
fix typo in message, committed as obvious.

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

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

Patch

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