OSDN Git Service

Fix typo in previous patch.
authorbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2004 15:22:39 +0000 (15:22 +0000)
committerbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2004 15:22:39 +0000 (15:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82422 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/m68k.c

index 89af89e..1743690 100644 (file)
@@ -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)