diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-04 19:46:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-04 19:46:25 +0000 |
commit | 59b9a953b6338358d0346c91b43095875da7eede (patch) | |
tree | 225f9eb49e3f815d204a09357409f4f05e10d11a /gcc/config/frv/frv.md | |
parent | e146f815b8fcddac741dfb0b3526a1a46140acdc (diff) | |
download | gcc-59b9a953b6338358d0346c91b43095875da7eede.zip gcc-59b9a953b6338358d0346c91b43095875da7eede.tar.gz gcc-59b9a953b6338358d0346c91b43095875da7eede.tar.bz2 |
alpha.c, [...]: Fix comment typos.
* config/alpha/alpha.c, config/arc/arc.c,
config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
config/ia64/ia64.c, config/ia64/unwind-ia64.c,
config/iq2000/iq2000.c, config/m32r/m32r.c,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
config/rs6000/rs6000.h, config/sparc/sparc.c,
config/vax/vax.c: Fix comment typos. Follow spelling
conventions.
From-SVN: r77267
Diffstat (limited to 'gcc/config/frv/frv.md')
-rw-r--r-- | gcc/config/frv/frv.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/frv/frv.md b/gcc/config/frv/frv.md index e3c9520..a5fae61 100644 --- a/gcc/config/frv/frv.md +++ b/gcc/config/frv/frv.md @@ -309,8 +309,8 @@ ;; Type: the name of the define_attr type ;; Conditions: "yes" if conditional variants are available -;; FR500: Fujitsu's categorisation for the FR500 -;; FR400: Fujitsu's categorisation for the FR400 (but see below). +;; FR500: Fujitsu's categorization for the FR500 +;; FR400: Fujitsu's categorization for the FR400 (but see below). ;; On the FR400, media instructions are divided into 2 broad categories. ;; Category 1 instructions can execute in either the M0 or M1 unit and can @@ -502,7 +502,7 @@ (define_cpu_unit "sl2_i1, sl2_fm1, sl2_b0, sl2_b1" "nodiv") (define_cpu_unit "sl3_fm1, sl3_b0, sl3_b1" "nodiv") -;; The following describes conlicts by slots +;; The following describes conflicts by slots ;; slot0 (exclusion_set "sl0_i0" "sl0_fm0,sl0_b0,sl0_c") (exclusion_set "sl0_fm0" "sl0_b0,sl0_c") @@ -523,7 +523,7 @@ (exclusion_set "sl3_fm1" "sl3_b0,sl3_b1") (exclusion_set "sl3_b0" "sl3_b1") -;; The following describes conlicts by units +;; The following describes conflicts by units ;; fm0 (exclusion_set "sl0_fm0" "sl1_fm0") @@ -3337,7 +3337,7 @@ ;; "iordi3 %0,%1,%2" ;; [(set_attr "length" "4")]) -;; Excludive OR, 64 bit integers +;; Exclusive OR, 64 bit integers ;; (define_insn "xordi3" ;; [(set (match_operand:DI 0 "register_operand" "=r") ;; (xor:DI (match_operand:DI 1 "register_operand" "%r") |