]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typos in bfd/ChangeLog and bfd/elf64-x86-64.c
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 2 Feb 2016 21:08:58 +0000 (13:08 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 2 Feb 2016 21:08:58 +0000 (13:08 -0800)
bfd/ChangeLog
bfd/elf64-x86-64.c

index e862c3c4b43610c84ab97389e9af7a8e8d0cbb7f..ff74998aca70b94fe97306960fa42b3e9c059db2 100644 (file)
@@ -2,7 +2,7 @@
 
        PR ld/19542
        * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
-       distrances in the compressed_size field of the output section.
+       distances in the compressed_size field of the output section.
 
 2016-02-02  Alan Modra  <amodra@gmail.com>
 
index 8118c1dec7e8167a836ba8326cead46fad4e7ded..463ce3a76216cf40e69caf2592898fa2064e639b 100644 (file)
@@ -3194,7 +3194,7 @@ elf_x86_64_convert_load (bfd *abfd, asection *sec,
 
          /* At this point, we don't know the load addresses of TSEC
             section nor SEC section.  We estimate the distrance between
-            SEC and TSEC.  We store the estimated distrances in the
+            SEC and TSEC.  We store the estimated distances in the
             compressed_size field of the output section, which is only
             used to decompress the compressed input section.  */
          if (sec->output_section->compressed_size == 0)