From c2f20dd677d5463de1b3203da3418ebf437f858b Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Sat, 8 Nov 2008 09:38:06 +0000
Subject: [PATCH] (coff_symtab_read): Fix a typo in a comment.

---
 gdb/coffread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/coffread.c b/gdb/coffread.c
index add6cddbde5..86975540d83 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);
     }