* linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
[binutils-gdb.git] / gdb / linux-nat.c
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;