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 typo in amd64fbsd-nat.c


Committed.

Mark


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

	* amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
	_initialize_am64fbsd_nat.

Index: amd64fbsd-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/amd64fbsd-nat.c,v
retrieving revision 1.4
diff -u -p -r1.4 amd64fbsd-nat.c
--- amd64fbsd-nat.c 29 Aug 2003 13:58:26 -0000 1.4
+++ amd64fbsd-nat.c 15 Sep 2003 19:29:26 -0000
@@ -218,7 +218,7 @@ store_inferior_registers (int regnum)
 void _initialize_amd64fbsd_nat (void);
 
 void
-_initialize_am64fbsd_nat (void)
+_initialize_amd64fbsd_nat (void)
 {
   int offset;
 


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