diff options
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" \ |