aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc16.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/reloc16.c')
-rw-r--r--bfd/reloc16.c2
1 files changed, 1 insertions, 1 deletions
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);