projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f3fc2
)
* linux-nat.c (linux_nat_filter_event): Fix comment typo.
author
Pedro Alves
<palves@redhat.com>
Mon, 17 Mar 2008 14:54:07 +0000
(14:54 +0000)
committer
Pedro Alves
<palves@redhat.com>
Mon, 17 Mar 2008 14:54:07 +0000
(14:54 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/linux-nat.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index a48c0a9757ea0d41fffc485ed029d2ab4ec60418..0e588319c82b84c7e6942add1cced06e517f963e 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/linux-nat.c
b/gdb/linux-nat.c
index 9de9cf72bb7fc704c28d861f9d90215a1cf3e90f..fc63fa30878c7928a79c18af1808a95a96c265b5 100644
(file)
--- 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 l
pw
if we are, or NULL otherwise. */
+ Return the affected l
wp
if we are, or NULL otherwise. */
static struct lwp_info *
linux_nat_filter_event (int lwpid, int status, int options)
{