* aix5ppc-core.c: Fix comment typos.

* aout-arm.c: Likewise.
	* aout-ns32k.c: Likewise.
	* aoutx.h: Likewise.
	* archures.c: Likewise.
	* bfd-in.h: Likewise.
	* bfd.c: Likewise.
	* bfdio.c: Likewise.
	* coff-arm.c: Likewise.
	* coff-h8300.c: Likewise.
	* coff-i860.c: Likewise.
	* coff-m88k.c: Likewise.
	* coff-mcore.c: Likewise.
	* coff-ppc.c: Likewise.
	* coff-rs6000.c: Likewise.
	* coff-z8k.c: Likewise.
	* coff64-rs6000.c: Likewise.
	* coffcode.h: Likewise.
	* cofflink.c: Likewise.
	* cpu-alpha.c: Likewise.
	* cpu-arm.c: Likewise.
	* cpu-ns32k.c: Likewise.
	* dwarf2.c: Likewise.
	* bfd-in2.h: Regenerate.
This commit is contained in:
Kazu Hirata
2003-11-24 18:06:40 +00:00
parent 254d758cf9
commit 5c4491d385
24 changed files with 39 additions and 39 deletions

View File

@@ -1006,7 +1006,7 @@ xcoff_rtype2howto (relent, internal)
/* Default howto layout works most of the time */
relent->howto = &xcoff_howto_table[internal->r_type];
/* Special case some 16 bit reoloc */
/* Special case some 16 bit reloc */
if (15 == (internal->r_size & 0x1f))
{
if (R_BA == internal->r_type)