2011-12-03 Matthias Klose <doko@ubuntu.com>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Dec 2011 16:51:54 +0000 (16:51 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Dec 2011 16:51:54 +0000 (16:51 +0000)
        * expr.c (SPECIAL_WIDE): Fix typo in message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181973 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/expr.c

index e6d8db3..762872a 100644 (file)
@@ -1,3 +1,7 @@
+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
index d383117..5f9ddda 100644 (file)
@@ -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"); \
       } \
   }