From: Michael Meissner Date: Mon, 16 Oct 1995 10:34:21 +0000 (+0000) Subject: spelling typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27ec941d726838cb0e9ee94d6f68118abeb5e608;p=binutils-gdb.git spelling typo --- diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index a6289dfcd68..bda925c8e2b 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -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;