* ChangeLog: Fix typos.
[deliverable/binutils-gdb.git] / bfd / reloc16.c
index 3a4c3d3c936ec2ce225581b6ec293346cb8cf3fd..720e2d6abc2dd627fa10ae52dafedff25e84ece9 100644 (file)
@@ -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);
This page took 0.02462 seconds and 4 git commands to generate.