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]

[commit/obvious] Comment formatting fix


My stupid editor replaced 2 spaces at the end of a sentence by a tab :-(.

2009-04-01  Joel Brobecker  <brobecker@adacore.com>

        * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.

Checked in.
-- 
Joel
Index: linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/linux-nat.c,v
retrieving revision 1.127
diff -u -p -r1.127 linux-nat.c
--- linux-nat.c	1 Apr 2009 18:56:29 -0000	1.127
+++ linux-nat.c	1 Apr 2009 19:05:45 -0000
@@ -2632,7 +2632,7 @@ linux_nat_filter_event (int lwpid, int s
 	 if they have exited we can determine whether this signal
 	 should be ignored or whether it means the end of the debugged
 	 application, regardless of which threading model is being
-	 used.	*/
+	 used.  */
       if (GET_PID (lp->ptid) == GET_LWP (lp->ptid))
 	{
 	  lp->stopped = 1;

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