aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-10-16 10:34:21 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-10-16 10:34:21 +0000
commit27ec941d726838cb0e9ee94d6f68118abeb5e608 (patch)
treed0abf717a4f77ab2823dd30f80213ec22a921582 /gas
parent958e09079d71fdcb2caf46053a414e9c2af6c958 (diff)
downloadgdb-27ec941d726838cb0e9ee94d6f68118abeb5e608.zip
gdb-27ec941d726838cb0e9ee94d6f68118abeb5e608.tar.gz
gdb-27ec941d726838cb0e9ee94d6f68118abeb5e608.tar.bz2
spelling typo
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c
index a6289df..bda925c 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;