spelling typo
authorMichael Meissner <gnu@the-meissners.org>
Mon, 16 Oct 1995 10:34:21 +0000 (10:34 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Mon, 16 Oct 1995 10:34:21 +0000 (10:34 +0000)
gas/config/tc-ppc.c

index a6289dfcd681da8c0b1ff7654d9c45001985dcf0..bda925c8e2b57c8c515dde3d9d830e60dbcd8e8b 100644 (file)
@@ -583,7 +583,7 @@ md_parse_option (c, arg)
          ppc_size = PPC_OPCODE_64;
        }
       /* -mcom means assemble for the common intersection between Power
-        and PowerPC.  At preseent, we just allow the union, rather
+        and PowerPC.  At present, we just allow the union, rather
         than the intersection.  */
       else if (strcmp (arg, "com") == 0)
        ppc_cpu = PPC_OPCODE_POWER | PPC_OPCODE_PPC;
This page took 0.027868 seconds and 4 git commands to generate.