Fix a comment typo in last commit.
authorAlan Modra <amodra@gmail.com>
Thu, 4 Oct 2001 16:18:32 +0000 (16:18 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 4 Oct 2001 16:18:32 +0000 (16:18 +0000)
bfd/ChangeLog
bfd/elf32-mips.c

index e97b1b85742615253013dbb222874901cf7494f6..9d327644aad252fb30b1214ae4745f6fe8af41da 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-04  Alan Modra  <amodra@bigpond.net.au>
 
+       * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Comment typo.
+
        * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Bail out after
        copying flags if this is a weakdef.
 
index 6f39d9f2b7563f1d2aac1084b83dbd303cf74141..7c6c8e5beaa12612b3ba794f696994657abf3f23 100644 (file)
@@ -8075,7 +8075,7 @@ _bfd_mips_elf_gc_sweep_hook (abfd, info, sec, relocs)
 /* Copy data from a MIPS ELF indirect symbol to its direct symbol,
    hiding the old indirect symbol.  Process additional relocation
    information.  Also called for weakdefs, in which case we just let
-   _bfd_elf_link_hach_copy_indirect copy the flags for us.  */
+   _bfd_elf_link_hash_copy_indirect copy the flags for us.  */
 
 static void
 _bfd_mips_elf_copy_indirect_symbol (dir, ind)
This page took 0.03399 seconds and 4 git commands to generate.