summaryrefslogtreecommitdiff
path: root/gas/ecoff.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-23 02:14:21 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-23 02:14:21 +0000
commit35f7277d46e9686b027a044c03082845a900fd0b (patch)
tree17b45f87f12e3f9c6567776a3aa7fba7f9924ef0 /gas/ecoff.c
parent8345a4221ade3d1c87ad2df1a49b893c18e93127 (diff)
downloadbinutils-redhat-35f7277d46e9686b027a044c03082845a900fd0b.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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c
index 27cfd6e730..1de823e24d 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;
}