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]

[PATCH, obvious] Fix gotcha in ChangeLog entry


This patch fixes the missing ':' in one of my ChangeLog entries.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.16001
diff -u -p -r1.16001 ChangeLog
--- ChangeLog	16 Sep 2013 21:07:13 -0000	1.16001
+++ ChangeLog	16 Sep 2013 22:18:54 -0000
@@ -332,7 +332,7 @@

 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>

-	* inf-child.c (inf_child_follow_fork) New parameter
+	* inf-child.c (inf_child_follow_fork): New parameter
 	detach_fork.
 	* inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
 	* inf-ttrace.c (inf_ttrace_follow_fork): Likewise.


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