tipo
authorIan Lance Taylor <ian@airs.com>
Wed, 24 Jul 1996 23:11:13 +0000 (23:11 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 24 Jul 1996 23:11:13 +0000 (23:11 +0000)
bfd/elf32-mips.c

index 95f8637..b3fdbd6 100644 (file)
@@ -1794,7 +1794,7 @@ _bfd_mips_elf_section_from_shdr (abfd, hdr, name)
        return false;
       break;
     case SHT_MIPS_CONTENT:
-      if (strncmp (name, ".MIPS.content", sizeof ".MIPS.contents" - 1) != 0)
+      if (strncmp (name, ".MIPS.content", sizeof ".MIPS.content" - 1) != 0)
        return false;
       break;
     case SHT_MIPS_OPTIONS: