diff options
Diffstat (limited to 'gas/ecoff.c')
-rw-r--r-- | gas/ecoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c index 27cfd6e..1de823e 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -2863,7 +2863,7 @@ ecoff_directive_endef (int ignore ATTRIBUTE_UNUSED) else if (coff_symbol_typ == st_Member && coff_type.num_sizes - coff_type.extra_sizes == 1) { - /* Is this a bitfield? This is indicated by a structure memeber + /* Is this a bitfield? This is indicated by a structure member having a size field that isn't an array. */ coff_type.bitfield = 1; } |