diff options
Diffstat (limited to 'gcc/config/i386/sysv3.h')
-rw-r--r-- | gcc/config/i386/sysv3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sysv3.h b/gcc/config/i386/sysv3.h index a55f0e8a95e..93f94450124 100644 --- a/gcc/config/i386/sysv3.h +++ b/gcc/config/i386/sysv3.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}" -/* Writing `int' for a bitfield forces int alignment for the structure. */ +/* Writing `int' for a bit-field forces int alignment for the structure. */ #define PCC_BITFIELD_TYPE_MATTERS 1 |