From fa2c6a57ca78416ad3546b9aea4e2a0b77e78989 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 17 Mar 2008 14:54:07 +0000 Subject: [PATCH] * linux-nat.c (linux_nat_filter_event): Fix comment typo. --- gdb/ChangeLog | 4 ++++ gdb/linux-nat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a48c0a9757..0e588319c8 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 9de9cf72bb..fc63fa3087 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) { -- 2.34.1