diff options
Diffstat (limited to 'gcc/config/rs6000/spe.h')
-rw-r--r-- | gcc/config/rs6000/spe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/spe.h b/gcc/config/rs6000/spe.h index c469fadff96..ca90b8068d8 100644 --- a/gcc/config/rs6000/spe.h +++ b/gcc/config/rs6000/spe.h @@ -992,7 +992,7 @@ __ev_set_s16_internal (__ev64_opaque__ a, int16_t b, uint32_t pos) #define __ev_lower_fs_tst_eq(a, b) __builtin_spe_evfststeq (__pred_lower, (a), (b)) #define __ev_select_fs_tst_eq __builtin_spe_evsel_fststeq -/* SPEFSCR accesor functions. */ +/* SPEFSCR accessor functions. */ #define __SPEFSCR_SOVH 0x80000000 #define __SPEFSCR_OVH 0x40000000 |