From: Pedro Alves Date: Mon, 17 Mar 2008 14:54:07 +0000 (+0000) Subject: * linux-nat.c (linux_nat_filter_event): Fix comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa2c6a57ca78416ad3546b9aea4e2a0b77e78989;p=binutils-gdb.git * linux-nat.c (linux_nat_filter_event): Fix comment typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a48c0a9757e..0e588319c82 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-03-17 Pedro Alves + + * linux-nat.c (linux_nat_filter_event): Fix comment typo. + 2008-03-17 Pedro Alves * linux-nat.c (linux_nat_filter_event): New, refactored from diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 9de9cf72bb7..fc63fa30878 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) {