From 7dee875eb1820533b0804ebb06ed3290299c4ecd Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 30 Nov 2003 18:40:41 +0000 Subject: * ChangeLog: Fix typos. * ecoff.c: Fix comment typos. * ecofflink.c: Likewise. * format.c: Likewise. * hp300hpux.c: Likewise. * i386linux.c: Likewise. * ieee.c: Likewise. * m68klinux.c: Likewise. * mach-o.h: Likewise. * mipsbsd.c: Likewise. * oasys.c: Likewise. * opncls.c: Likewise. * peXXigen.c: Likewise. * reloc.c: Likewise. * reloc16.c: Likewise. * section.c: Likewise. * simple.c: Likewise. * som.c: Likewise. * som.h: Likewise. * sparclinux.c: Likewise. * srec.c: Likewise. * syms.c: Likewise. * targets.c: Likewise. * tekhex.c: Likewise. * versados.c: Likewise. * vms-gsd.c: Likewise. * vms-hdr.c: Likewise. * vms-misc.c: Likewise. * xcofflink.c: Likewise. * xsym.h: Likewise. * bfd-in2.h: Regenerate. --- bfd/reloc16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/reloc16.c') diff --git a/bfd/reloc16.c b/bfd/reloc16.c index 3a4c3d3..720e2d6 100644 --- a/bfd/reloc16.c +++ b/bfd/reloc16.c @@ -193,7 +193,7 @@ bfd_coff_reloc16_relax_section (abfd, input_section, link_info, again) bfd_size_type amt; /* Allocate and initialize the shrinks array for this section. - The last element is used as an accumlator of shrinks. */ + The last element is used as an accumulator of shrinks. */ amt = reloc_count + 1; amt *= sizeof (unsigned); shrinks = (unsigned *) bfd_zmalloc (amt); -- cgit v1.1