From 9f5ed61a800c20ae8b3cda028af18027c2884952 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 3 Feb 2007 16:47:06 +0000 Subject: c-decl.c, [...]: Fix comment typos. * c-decl.c, config/avr/avr.c, config/avr/avr.h, config/m68k/m68k.c, config/m68k/netbsd-elf.h, config/mn10300/mn10300.c, config/pdp11/pdp11.h, config/rs6000/cell.md, config/rs6000/darwin.h, config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c, config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h, jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c, tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi: Follow spelling conventions. From-SVN: r121546 --- gcc/config/m68k/m68k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/m68k/m68k.c') diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index edf1dc6..225baed 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -462,7 +462,7 @@ override_options (void) implementing architecture ARCH. -mcpu=CPU should override -march and should generate code that runs on processor CPU, making free use of any instructions that CPU understands. -mtune=UARCH applies - on top of -mcpu or -march and optimises the code for UARCH. It does + on top of -mcpu or -march and optimizes the code for UARCH. It does not change the target architecture. */ if (m68k_cpu_entry) { -- cgit v1.1