* elf32-vax.c (elf_vax_always_size_sections): Correct a comment
authorMaciej W. Rozycki <macro@linux-mips.org>
Sat, 27 Jul 2013 19:32:53 +0000 (19:32 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Sat, 27 Jul 2013 19:32:53 +0000 (19:32 +0000)
typo.

bfd/ChangeLog
bfd/elf32-vax.c

index e07fd6aa2c029827527f7fa2e576b90c8d3cd6e0..62742afda54d4c0978010b99d240a63f11474b4b 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-27  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf32-vax.c (elf_vax_always_size_sections): Correct a comment
+       typo.
+
 2013-07-27  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * elf32-vax.c (elf_vax_discard_got_entries): New function.
index 30afb15637fcdf1bde1a34c85be845f34d334273..634eed58da0a4c3fc35f37f364eb773ced912e8b 100644 (file)
@@ -1080,7 +1080,7 @@ elf_vax_always_size_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
       /* We may have created entries in the .rela.got and .got sections.
         However, if we are not creating the dynamic sections, we will
         not actually use these entries.  Reset the size of .rela.got
-        and .got, which will cause it to get stripped from the output
+        and .got, which will cause them to get stripped from the output
         file below.  */
       s = bfd_get_linker_section (dynobj, ".rela.got");
       if (s != NULL)