From fccee3538cf6afc8549674868e623eb87c99e25e Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 19 Apr 2005 22:13:05 +0000 Subject: * 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 --- gcc/config/fr30/fr30.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/config/fr30') 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 -- cgit v1.2.1