From 27ec941d726838cb0e9ee94d6f68118abeb5e608 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 16 Oct 1995 10:34:21 +0000 Subject: [PATCH] spelling typo --- gas/config/tc-ppc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2