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] BFD/MIPS: Typo fixed in mips_elf_calculate_relocation


Hi,

 Committed as obvious.

2010-10-29  Maciej W. Rozycki  <macro@codesourcery.com>

	* elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo.

  Maciej

Index: bfd/elfxx-mips.c
===================================================================
RCS file: /cvs/src/src/bfd/elfxx-mips.c,v
retrieving revision 1.277
diff -u -p -r1.277 elfxx-mips.c
--- bfd/elfxx-mips.c	25 Oct 2010 15:54:16 -0000	1.277
+++ bfd/elfxx-mips.c	29 Oct 2010 21:24:58 -0000
@@ -5152,7 +5152,7 @@ mips_elf_calculate_relocation (bfd *abfd
       addend = 0;
     }
 
-  /* If we haven't already determined the GOT offset, oand we're going
+  /* If we haven't already determined the GOT offset, and we're going
      to need it, get it now.  */
   switch (r_type)
     {


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