This commit is contained in:
Ian Lance Taylor 1996-07-24 23:11:13 +00:00
parent 30ba912ccf
commit a4e07bb49e
1 changed files with 1 additions and 1 deletions

View 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: