OSDN Git Service

* linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
authorbrobecke <brobecke>
Wed, 1 Apr 2009 19:07:50 +0000 (19:07 +0000)
committerbrobecke <brobecke>
Wed, 1 Apr 2009 19:07:50 +0000 (19:07 +0000)
gdb/ChangeLog
gdb/linux-nat.c

index dab5458..42d0a0f 100644 (file)
@@ -1,5 +1,9 @@
 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
 
+       * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
+
+2009-04-01  Joel Brobecker  <brobecker@adacore.com>
+
        * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
        this is the last one.
 
index c511a7d..0679173 100644 (file)
@@ -2632,7 +2632,7 @@ linux_nat_filter_event (int lwpid, int status, int options)
         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;