aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-11-08 09:38:06 +0000
committerEli Zaretskii <eliz@gnu.org>2008-11-08 09:38:06 +0000
commitc2f20dd677d5463de1b3203da3418ebf437f858b (patch)
tree6e81ae6fd4509b1e474a47f155c72a8bbcf4563b /gdb
parent16e4615452a60cfe4391102fa34e4364270126f3 (diff)
downloadgdb-c2f20dd677d5463de1b3203da3418ebf437f858b.zip
gdb-c2f20dd677d5463de1b3203da3418ebf437f858b.tar.gz
gdb-c2f20dd677d5463de1b3203da3418ebf437f858b.tar.bz2
(coff_symtab_read): Fix a typo in a comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/coffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index add6cdd..8697554 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -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);
}