diff options
Diffstat (limited to 'gcc/objc/objc-encoding.c')
-rw-r--r-- | gcc/objc/objc-encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-encoding.c b/gcc/objc/objc-encoding.c index 2db7c09..91ad7d9 100644 --- a/gcc/objc/objc-encoding.c +++ b/gcc/objc/objc-encoding.c @@ -801,7 +801,7 @@ encode_gnu_bitfield (int position, tree type, int size) else { /* Do not do any encoding, produce an error and keep going. */ - error ("trying to encode non-integer type as a bitfield"); + error ("trying to encode non-integer type as a bit-field"); return; } |