(coff_symtab_read): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Nov 2008 09:38:06 +0000 (09:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Nov 2008 09:38:06 +0000 (09:38 +0000)
gdb/coffread.c

index add6cdd..8697554 100644 (file)
@@ -1081,7 +1081,7 @@ coff_symtab_read (long symtab_offset, unsigned int nsyms,
 
   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 */
       read_pe_exported_syms (objfile);
     }