aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-04-01 19:07:50 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-04-01 19:07:50 +0000
commit5d3b6af6f9b3416184e5b87e5fd3fc4483cf6f81 (patch)
treebf0fa96ea27127c07e1db209a7de79a02c19eb4c /gdb/linux-nat.c
parent8707bb8715e4fe3e309d7ad3e2d157888a06a6e7 (diff)
downloadgdb-5d3b6af6f9b3416184e5b87e5fd3fc4483cf6f81.zip
gdb-5d3b6af6f9b3416184e5b87e5fd3fc4483cf6f81.tar.gz
gdb-5d3b6af6f9b3416184e5b87e5fd3fc4483cf6f81.tar.bz2
* linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r--gdb/linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c
index c511a7d..0679173 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -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;