diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-06 23:05:13 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-06 23:05:13 +0000 |
commit | 3c3649711b58b9ab19f413925ddfdacd5656a171 (patch) | |
tree | d9b885f5b134494348b00445a56947b4f9f310d2 /gcc/config/h8300 | |
parent | 23e7ca82db2a0bfe448f5a7612ef76383fb2ec7a (diff) | |
download | gcc-3c3649711b58b9ab19f413925ddfdacd5656a171.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69021 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300')
-rw-r--r-- | gcc/config/h8300/h8300.c | 2 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 0a794da855a..5ab2bfac04d 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -1920,7 +1920,7 @@ compute_mov_length (rtx *operands) return base_length - 2; else /* In SImode and SFmode, we use two mov.w instructions, so - double the adustment. */ + double the adjustment. */ return base_length - 4; } diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 9a579ec3e2b..209e919b8b9 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -4189,7 +4189,7 @@ (pc)))] "operands[4] = GEN_INT (- INTVAL (operands[1]));") -;; For certain (in)equaltity comparisons against a constant, we can +;; For certain (in)equality comparisons against a constant, we can ;; XOR the register with the constant, and test the register against ;; 0. |