From a4e07bb49e9630edfe3a5af5aa58fc5876af816b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 24 Jul 1996 23:11:13 +0000 Subject: tipo --- bfd/elf32-mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.1