public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] fix typo in gcc/java/expr.c
@ 2011-12-03 16:52 Matthias Klose
  0 siblings, 0 replies; only message in thread
From: Matthias Klose @ 2011-12-03 16:52 UTC (permalink / raw)
  To: GCC Patches, GCJ-patches

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]

fix typo in message, committed as obvious.

  Matthias


[-- Attachment #2: fix-typo.diff --]
[-- Type: text/plain, Size: 447 bytes --]

2011-12-03  Matthias Klose  <doko@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"); \
       } \
   }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-03 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-03 16:52 [patch] fix typo in gcc/java/expr.c Matthias Klose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).