This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix typos in bfd/ChangeLog and bfd/elf64-x86-64.c


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fb06f1c0f25d27006b28a94e54273a6bb35b5926

commit fb06f1c0f25d27006b28a94e54273a6bb35b5926
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Feb 2 13:08:58 2016 -0800

    Fix typos in bfd/ChangeLog and bfd/elf64-x86-64.c

Diff:
---
 bfd/ChangeLog      | 2 +-
 bfd/elf64-x86-64.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e862c3c..ff74998 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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>
 
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 8118c1d..463ce3a 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]