From: Bernardo Innocenti Date: Sat, 29 May 2004 15:22:39 +0000 (+0200) Subject: Fix typo in previous patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72edf1464ddd6345a4caa6e124de0939587b0989;p=gcc.git Fix typo in previous patch. From-SVN: r82422 --- diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 89af89e5a83..17436907bc7 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -1508,7 +1508,7 @@ const_method (rtx constant) if (TARGET_CFV4) { - /* Try using MVZ/MVS with an immedaite value to load constants. */ + /* Try using MVZ/MVS with an immediate value to load constants. */ if (i >= 0 && i <= 65535) return MVZ; if (i >= -32768 && i <= 32767)