diff options
author | Stan Shebs <shebs@apple.com> | 2002-08-21 23:24:14 +0000 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2002-08-21 23:24:14 +0000 |
commit | 27d309563534422c7f948056c6bbcfb341b7150d (patch) | |
tree | 20bf0674ee9977dd04924b8c03edf197e145357c /gcc/config/fr30 | |
parent | 75c6e5486b4e266ef5e51e8d94ab73ae94d8607b (diff) | |
download | gcc-27d309563534422c7f948056c6bbcfb341b7150d.tar.gz |
tree.c (finish_vector_type): Fix a typo in a comment.
* tree.c (finish_vector_type): Fix a typo in a comment.
* Makefile.in: Fix "the the" stutters in comments.
* genautomata.c: Ditto.
* ifcvt.c: Ditto.
* regrename.c: Ditto.
* config/alpha/alpha.c: Ditto.
* config/alpha/vms-crt0-64.c: Ditto.
* config/alpha/vms-crt0.c: Ditto.
* config/alpha/vms-psxcrt0-64.c: Ditto.
* config/alpha/vms-psxcrt0.c: Ditto.
* config/d30v/d30v.h: Ditto.
* config/fr30/fr30.h: Ditto.
* config/rs6000/rs6000.c: Ditto.
* config/stormy16/stormy16.h: Ditto.
* doc/md.texi: Ditto.
From-SVN: r56496
Diffstat (limited to 'gcc/config/fr30')
-rw-r--r-- | gcc/config/fr30/fr30.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index c463f5b7aea..a2950c8ec37 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -927,7 +927,7 @@ enum reg_class ldi:32 FUNCTION, r0 jmp @r0 - The no-ops are to guarantee that the the static chain and final + The no-ops are to guarantee that the static chain and final target are 32 bit ailgned within the trampoline. That allows us to initialize those locations with simple SImode stores. The alternative would be to use HImode stores. */ |