(coff_symtab_read): Fix a typo in a comment.

This commit is contained in:
Eli Zaretskii
2008-11-08 09:38:06 +00:00
parent 16e4615452
commit c2f20dd677

View File

@ -1081,7 +1081,7 @@ coff_symtab_read (long symtab_offset, unsigned int nsyms,
if ((nsyms == 0) && (pe_file)) if ((nsyms == 0) && (pe_file))
{ {
/* We've got no debugging symbols, but it's is a portable /* We've got no debugging symbols, but it's a portable
executable, so try to read the export table */ executable, so try to read the export table */
read_pe_exported_syms (objfile); read_pe_exported_syms (objfile);
} }