diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/config/m88k | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m88k')
-rwxr-xr-x | gcc/config/m88k/m88k-move.sh | 2 | ||||
-rw-r--r-- | gcc/config/m88k/m88k.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m88k/m88k-move.sh b/gcc/config/m88k/m88k-move.sh index 7da45a64096..5e757bd2180 100755 --- a/gcc/config/m88k/m88k-move.sh +++ b/gcc/config/m88k/m88k-move.sh @@ -91,7 +91,7 @@ rm -f move?I*[xn].s move?I*[xn].asm # least N bytes will be copied. r2 is the destination pointer # offset by 4, r3 is the source pointer offset by 4, r6 is the # loop count. Thus, the total bytes moved is 64 * r6 + N. The -# first value is is preloaded into r4 or r5 (r4 if N/4 is odd; +# first value is preloaded into r4 or r5 (r4 if N/4 is odd; # r5 if N/4 is even). Upon returning, r2 and r3 have been # updated and may be used for the remainder bytes to move. # diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index a687641e4b7..441674c08de 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -1445,7 +1445,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS, /* Go to LABEL if ADDR (a legitimate address expression) has an effect that depends on the machine mode it is used for. - On the the m88000 this is never true. */ + On the m88000 this is never true. */ #define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL) |