This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix type


Subject says it all.  Committed.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
	comment.

Index: i386-sol2-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-sol2-tdep.c,v
retrieving revision 1.6
diff -u -p -r1.6 i386-sol2-tdep.c
--- i386-sol2-tdep.c 7 Jul 2002 21:31:06 -0000 1.6
+++ i386-sol2-tdep.c 18 Aug 2002 14:47:05 -0000
@@ -71,7 +71,7 @@ void _initialize_i386_sol2_tdep (void);
 void
 _initialize_i386_sol2_tdep (void)
 {
-  /* Register and ELF OS ABI sniffer for Solaris 2 binaries.  */
+  /* Register an ELF OS ABI sniffer for Solaris 2 binaries.  */
   gdbarch_register_osabi_sniffer (bfd_arch_i386, bfd_target_elf_flavour,
 				  i386_sol2_osabi_sniffer);
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]