* elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 7 Feb 2005 15:18:05 +0000 (15:18 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 7 Feb 2005 15:18:05 +0000 (15:18 +0000)
bfd/ChangeLog
bfd/elfn32-mips.c

index 32ba92eee9d740db635e24991201071c784d2a44..169c979b9463920d3611099fafc16c89af5fb600 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-07  Maciej W. Rozycki  <macro@mips.com>
+
+       * elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.
+
 2005-02-07  Alexandre Oliva  <aoliva@redhat.com>
 
        * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove special handling for
index 71dc2d0792c5a0bbe54774797cfd849b75485918..48c2579bef0c3b06f0eff69ff2824f98e25a74fe 100644 (file)
@@ -502,7 +502,7 @@ static reloc_howto_type elf_mips_howto_table_rel[] =
        a) It means building the addend from a R_MIPS_HIGHEST/R_MIPS_HIGHER/
          R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using
          fallable heuristics.
-       b) No other NEwABI toolchain actually emits such relocations.  */
+       b) No other NewABI toolchain actually emits such relocations.  */
   EMPTY_HOWTO (R_MIPS_HIGHER),
   EMPTY_HOWTO (R_MIPS_HIGHEST),
 
This page took 0.042112 seconds and 4 git commands to generate.