From eb6f1ba3a48d8bf32feaadccff50f2a816d81ee9 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 10 Oct 2001 12:08:29 +0000 Subject: * aout-encap.c: Fix comment typos. * aoutx.h: Likewise. * archive.c: Likewise. * bout.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * coffgen.c: Likewise. * cofflink.c: Likewise. * coff-mips.c: Likewise. * ecoff.c: Likewise. * elf32-m32r.c: Likewise. * libcoff-in.h: Likewise. * libecoff.h: Likewise. * libxcoff.h: Likewise. * nlm32-i386.c: Likewise. * pdp11.c: Likewise. * section.c: Likewise. * som.c: Likewise. * som.h: Likewise. * bfd-in2.h: Regenerate. * libcoff.h: Likewise. --- bfd/libcoff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/libcoff.h') diff --git a/bfd/libcoff.h b/bfd/libcoff.h index e0c77d9a2d4..f26a692bee8 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -177,7 +177,7 @@ struct xcoff_tdata #define xcoff_data(abfd) ((abfd)->tdata.xcoff_obj_data) -/* We take the address of the first element of a asymbol to ensure that the +/* We take the address of the first element of an asymbol to ensure that the * macro is only ever applied to an asymbol. */ #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd))) -- cgit v1.2.1