diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-01 20:13:45 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-01 20:13:45 +0000 |
| commit | becfaa6206281ee8bb5d22ca461fa08568e7dc8c (patch) | |
| tree | 45757e42a145a2d8be0144b7e44a0c40f3c59cdf /gcc/config/rs6000/ppu_intrinsics.h | |
| parent | bf8496673bf063a69114446800256803d8ef6786 (diff) | |
| download | ppe42-gcc-becfaa6206281ee8bb5d22ca461fa08568e7dc8c.tar.gz ppe42-gcc-becfaa6206281ee8bb5d22ca461fa08568e7dc8c.zip | |
* config/arm/arm.c, config/rs6000/ppu_intrinsics.h,
config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c,
ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c,
sched-deps.c, sched-int.h, system.h, target.h,
tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c,
tree.def: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/ppu_intrinsics.h')
| -rw-r--r-- | gcc/config/rs6000/ppu_intrinsics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/ppu_intrinsics.h b/gcc/config/rs6000/ppu_intrinsics.h index 742c5da134a..b18f42de575 100644 --- a/gcc/config/rs6000/ppu_intrinsics.h +++ b/gcc/config/rs6000/ppu_intrinsics.h @@ -188,7 +188,7 @@ typedef int __V4SI __attribute__((vector_size(16))); #endif /* __powerpc64__ */ #ifdef __powerpc64__ -/* Work around the hadware bug in the current Cell implemention. */ +/* Work around the hardware bug in the current Cell implementation. */ #define __mftb() __extension__ \ ({ unsigned long long result; \ __asm__ volatile ("1: mftb %[current_tb]\n" \ |

