* linespec.c (struct collect_info) <objfile>: Remove field.
[deliverable/binutils-gdb.git] / gdb / i386-cygwin-tdep.c
index 2bb216b99ccc24b60a91d825e5825374e664e9fd..6fd06b553d2292239b7ff89a04efc91c4f2940fb 100644 (file)
@@ -266,7 +266,7 @@ i386_cygwin_osabi_sniffer (bfd *abfd)
   char *target_name = bfd_get_target (abfd);
 
   /* Interix also uses pei-i386.
-     We need a way to distinguish between the two. */
+     We need a way to distinguish between the two.  */
   if (strcmp (target_name, "pei-i386") == 0)
     return GDB_OSABI_CYGWIN;
 
This page took 0.024779 seconds and 4 git commands to generate.