* elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo.
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 29 Oct 2010 21:28:31 +0000 (21:28 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 29 Oct 2010 21:28:31 +0000 (21:28 +0000)
bfd/ChangeLog
bfd/elfxx-mips.c

index 14f224d9a2f9cf072e29c3c44295478e7f998d8f..60c3b18e9e1f3a5b92f822ff1a4dd65e65210289 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-29  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo.
+
 2010-10-29  Pawel Sikora  <pluto@pld-linux.org>
 
        PR binutils/12075
index 416890010a44ee04cd44601e6d809f696130f18b..bed8ed1ff08e2f1d89e671294414aafb4d79bf0a 100644 (file)
@@ -5152,7 +5152,7 @@ mips_elf_calculate_relocation (bfd *abfd, bfd *input_bfd,
       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)
     {
This page took 0.031967 seconds and 4 git commands to generate.