aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-03-17 14:54:07 +0000
committerPedro Alves <palves@redhat.com>2008-03-17 14:54:07 +0000
commitfa2c6a57ca78416ad3546b9aea4e2a0b77e78989 (patch)
tree633ebce64c7f1ed2942cd50408a1f37af12416f1 /gdb/linux-nat.c
parent02f3fc280a728a64b90a4a8e42f908c14e7bff45 (diff)
downloadfsf-binutils-gdb-fa2c6a57ca78416ad3546b9aea4e2a0b77e78989.zip
fsf-binutils-gdb-fa2c6a57ca78416ad3546b9aea4e2a0b77e78989.tar.gz
fsf-binutils-gdb-fa2c6a57ca78416ad3546b9aea4e2a0b77e78989.tar.bz2
* linux-nat.c (linux_nat_filter_event): Fix comment typo.
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 9de9cf7..fc63fa3 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -1903,7 +1903,7 @@ stop_and_resume_callback (struct lwp_info *lp, void *data)
}
/* Check if we should go on and pass this event to common code.
- Return the affected lpw if we are, or NULL otherwise. */
+ Return the affected lwp if we are, or NULL otherwise. */
static struct lwp_info *
linux_nat_filter_event (int lwpid, int status, int options)
{