diff options
Diffstat (limited to 'gcc/config/rs6000/darwin.h')
-rw-r--r-- | gcc/config/rs6000/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 48be0e9..158b1be 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -401,7 +401,7 @@ do { \ macro in the Apple version of GCC, except that version supports 'mac68k' alignment, and that version uses the computed alignment always for the first field of a structure. The first-field - behaviour is dealt with by + behavior is dealt with by darwin_rs6000_special_round_type_align. */ #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \ (TARGET_ALIGN_NATURAL ? (COMPUTED) \ |