diff options
author | Pedro Alves <palves@redhat.com> | 2008-03-17 14:54:07 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-03-17 14:54:07 +0000 |
commit | fa2c6a57ca78416ad3546b9aea4e2a0b77e78989 (patch) | |
tree | 633ebce64c7f1ed2942cd50408a1f37af12416f1 /gdb/linux-nat.c | |
parent | 02f3fc280a728a64b90a4a8e42f908c14e7bff45 (diff) | |
download | gdb-fa2c6a57ca78416ad3546b9aea4e2a0b77e78989.zip gdb-fa2c6a57ca78416ad3546b9aea4e2a0b77e78989.tar.gz 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.c | 2 |
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) { |