* linux-nat.c (linux_nat_filter_event): Fix comment typo.
This commit is contained in:
parent
02f3fc280a
commit
fa2c6a57ca
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-03-17 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* linux-nat.c (linux_nat_filter_event): Fix comment typo.
|
||||
|
||||
2008-03-17 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* linux-nat.c (linux_nat_filter_event): New, refactored from
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue