This is the mail archive of the binutils@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]

[committed] VAX/BFD: Fix a typo


Hello,

 Committed as obvious.

2009-10-25  Maciej W. Rozycki  <macro@linux-mips.org>

	* elf32-vax.c (elf_vax_relocate_section): Fix a typo.

  Maciej

Index: bfd/elf32-vax.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-vax.c,v
retrieving revision 1.56
diff -u -p -r1.56 elf32-vax.c
--- bfd/elf32-vax.c	2 Sep 2009 07:18:36 -0000	1.56
+++ bfd/elf32-vax.c	25 Oct 2009 00:45:42 -0000
@@ -1593,7 +1593,7 @@ elf_vax_relocate_section (bfd *output_bf
 	     The first two are reserved.  */
 	  got_offset = (plt_index + 3) * 4;
 
-	  /* We want the relocate to point into the .got.plt instead
+	  /* We want the relocation to point into the .got.plt instead
 	     of the plt itself.  */
 	  relocation = (sgotplt->output_section->vma
 			+ sgotplt->output_offset


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