diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-06 23:05:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-06 23:05:13 +0000 |
commit | 2a43945fa59a5d450f24b2c47c35c8fef8f959a8 (patch) | |
tree | d9b885f5b134494348b00445a56947b4f9f310d2 /gcc/config/ia64/itanium2.md | |
parent | 127b81366e7ee0700cec2733126fc35e85a59122 (diff) | |
download | gcc-2a43945fa59a5d450f24b2c47c35c8fef8f959a8.tar.gz |
h8300.c: Fix comment typos.
* config/h8300/h8300.c: Fix comment typos.
* config/h8300/h8300.md: Likewise.
* config/i386/athlon.md: Likewise.
* config/i386/i386.c: Likewise.
* config/i386/pentium.md: Likewise.
* config/ia64/ia64.c: Likewise.
* config/ia64/itanium1.md: Likewise.
* config/ia64/itanium2.md: Likewise.
* config/m32r/m32r.md: Likewise.
* config/m68hc11/m68hc11.c: Likewise.
* config/mcore/mcore.c: Likewise.
* config/mips/sr71k.md: Likewise.
* config/mips/t-iris5-as: Likewise.
* config/mmix/mmix.h: Likewise.
* config/ns32k/ns32k.h: Likewise.
* config/ns32k/NOTES: Fix a typo.
From-SVN: r69021
Diffstat (limited to 'gcc/config/ia64/itanium2.md')
-rw-r--r-- | gcc/config/ia64/itanium2.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/ia64/itanium2.md b/gcc/config/ia64/itanium2.md index d4adf0eeff7..0cdb0701346 100644 --- a/gcc/config/ia64/itanium2.md +++ b/gcc/config/ia64/itanium2.md @@ -176,7 +176,7 @@ first regular expression *and* the reservation described by the second regular expression *and* etc. - 4. "*" is used for convinience and simply means sequence in + 4. "*" is used for convenience and simply means sequence in which the regular expression are repeated NUMBER times with cycle advancing (see ","). @@ -524,7 +524,7 @@ (define_reservation "2_F" "2_F0|2_F1|2_F2") ;;; "Each B slot in MBB or BBB bundle disperses to the corresponding B -;;; unit. That is, a B slot in 1st position is despersed to B0. In the +;;; unit. That is, a B slot in 1st position is dispersed to B0. In the ;;; 2nd position it is dispersed to B2". (define_reservation "2_NB" "2_0b.bb+2_unb0|2_0bb.b+2_unb1|2_0bbb.+2_unb2\ @@ -1349,7 +1349,7 @@ |2b_1mf.i+2_5+2b_uf1|2b_1mmf.+2_6+2b_uf1|2b_1mf.b+2_5+2b_uf1") ;;; "Each B slot in MBB or BBB bundle disperses to the corresponding B -;;; unit. That is, a B slot in 1st position is despersed to B0. In the +;;; unit. That is, a B slot in 1st position is dispersed to B0. In the ;;; 2nd position it is dispersed to B2". (define_reservation "2b_NB" "2b_0b.bb+2_1+2b_unb0|2b_0bb.b+2_2+2b_unb1|2b_0bbb.+2_3+2b_unb2\ |