This is the mail archive of the gdb-patches@sourceware.org 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]

[ob] Fix a ChangeLog entry typo


Hi,

http://sourceware.org/ml/gdb-cvs/2008-10/msg00213.html
Log message:
	ChangeLog (2008-03-13): Fix a function name typo.

It was for:
http://sourceware.org/ml/gdb-cvs/2008-03/msg00058.html

Committed.


Regards,
Jan

===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.9925
retrieving revision 1.9926
diff -u -r1.9925 -r1.9926
--- src/gdb/ChangeLog	2008/10/25 02:16:38	1.9925
+++ src/gdb/ChangeLog	2008/10/25 15:44:22	1.9926
@@ -8611,9 +8611,9 @@
 	* target.c (memory_xfer_partial): Call
 	breakpoint_restore_shadows.
 	(restore_show_memory_breakpoints)
-	(make_show_memory_beakpoints_cleanup): New.
+	(make_show_memory_breakpoints_cleanup): New.
 	(show_memory_breakpoints): New.
-	* target.h (make_show_memory_beakpoints_cleanup): Declare.
+	* target.h (make_show_memory_breakpoints_cleanup): Declare.
 	* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
 	Make sure we see memory breakpoints when checking if
 	breakpoint is still there.


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