diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-03-17 17:44:02 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-03-17 17:44:02 +0000 |
commit | 44c7bd63b6cb84d93f1408574bc2fb74179ba445 (patch) | |
tree | 53acd4868efeee02477736aa3dc09717ec6a8df9 /gcc/config/spu/spu.c | |
parent | a757b5c594279e7e3a4a51bf5748dbd0785a3fbc (diff) | |
download | gcc-44c7bd63b6cb84d93f1408574bc2fb74179ba445.zip gcc-44c7bd63b6cb84d93f1408574bc2fb74179ba445.tar.gz gcc-44c7bd63b6cb84d93f1408574bc2fb74179ba445.tar.bz2 |
arm.c, [...]: Fix comment typos.
* config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
typos.
* doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
Follow spelling conventions.
From-SVN: r123025
Diffstat (limited to 'gcc/config/spu/spu.c')
-rw-r--r-- | gcc/config/spu/spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c index 252183b..8512333 100644 --- a/gcc/config/spu/spu.c +++ b/gcc/config/spu/spu.c @@ -1377,7 +1377,7 @@ print_operand (FILE * file, rtx x, int code) output_addr_const (file, x); return; - /* unsed letters + /* unused letters o qr uvw yz AB OPQR UVWXYZ */ default: |