diff options
-rw-r--r-- | bfd/elf32-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index 95f8637..b3fdbd6 100644 --- a/bfd/elf32-mips.c +++ b/bfd/elf32-mips.c @@ -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: |