diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 22:13:05 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-19 22:13:05 +0000 |
commit | fccee3538cf6afc8549674868e623eb87c99e25e (patch) | |
tree | 71196bf3c67910a8df648dd8986d3e4cc07b2067 /gcc/config/fr30 | |
parent | 82dc43090930a3826bd3a83132560c9ad2d735bf (diff) | |
download | gcc-fccee3538cf6afc8549674868e623eb87c99e25e.tar.gz |
* tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md,
config/mcore/mcore.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98421 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fr30')
-rw-r--r-- | gcc/config/fr30/fr30.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/fr30/fr30.md b/gcc/config/fr30/fr30.md index 18064ccf44f..26272442cd9 100644 --- a/gcc/config/fr30/fr30.md +++ b/gcc/config/fr30/fr30.md @@ -38,8 +38,8 @@ ;; An instruction by default is considered to be 'delyabable' ;; that is, it can be placed into a delay slot, but it is not ;; itself a delayed branch type instruction. An instruction -;; whoes type is 'delayed' is one which has a delay slot, and -;; an instruction whoes delay_type is 'other' is one which does +;; whose type is 'delayed' is one which has a delay slot, and +;; an instruction whose delay_type is 'other' is one which does ;; not have a delay slot, nor can it be placed into a delay slot. (define_attr "delay_type" "delayable,delayed,other" (const_string "delayable")) @@ -316,7 +316,7 @@ ) ;; If we are loading a large positive constant, one which has bits -;; in the top byte set, but whoes set bits all lie within an 8 bit +;; in the top byte set, but whose set bits all lie within an 8 bit ;; range, then we can save time and space by loading the byte value ;; and shifting it into place. (define_split |