diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-23 02:14:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-23 02:14:21 +0000 |
commit | 436d9e46434ecc4ee860265c8f7f8c11bcb9904f (patch) | |
tree | c57081487c533cd788022128c35de3b59af0d72d /gas/ecoff.c | |
parent | 35bb18ac33578e5591761b842e1f6d1cab6e89ab (diff) | |
download | binutils-gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.tar.gz |
* README-vms: Fix comment typos.
* as.h: Likewise.
* dwarf2dbg.c: Likewise.
* ecoff.c: Likewise.
* hash.c: Likewise.
* listing.c: Likewise.
* write.c: Likewise.
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 27cfd6e730d..1de823e24df 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; } |