* linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 1 Apr 2009 19:07:50 +0000 (19:07 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 1 Apr 2009 19:07:50 +0000 (19:07 +0000)
gdb/ChangeLog
gdb/linux-nat.c

index dab545811aecf2cd7daba130d4ee7188315d7a67..42d0a0f12ec1de956a319ba91f7be9fb20fec491 100644 (file)
@@ -1,3 +1,7 @@
+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
index c511a7d19aa53a18113761dc1cf45e41075a90a2..0679173764cf3f6593b3b930ef081d8f3f862f6e 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;