aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-01-06 00:20:44 +0000
committerDoug Evans <dje@google.com>2009-01-06 00:20:44 +0000
commitf21cc1a2b7cf8ebe2cdcd0377dfc4125cc7ab066 (patch)
tree39a64daaebb9e5cd133f9d287bc6e14f86a9460e /gdb/gdbserver/linux-low.c
parent58eada6566d4db2c5ecdb38e4b630eb5304d1f57 (diff)
downloadgdb-f21cc1a2b7cf8ebe2cdcd0377dfc4125cc7ab066.zip
gdb-f21cc1a2b7cf8ebe2cdcd0377dfc4125cc7ab066.tar.gz
gdb-f21cc1a2b7cf8ebe2cdcd0377dfc4125cc7ab066.tar.bz2
* ChangeLog: Fix date of last entry.
* linux-low.c (handle_extended_wait): Improve comment.
Diffstat (limited to 'gdb/gdbserver/linux-low.c')
-rw-r--r--gdb/gdbserver/linux-low.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c
index 3556204..3fa06ec 100644
--- a/gdb/gdbserver/linux-low.c
+++ b/gdb/gdbserver/linux-low.c
@@ -180,7 +180,7 @@ handle_extended_wait (struct process_info *event_child, int wstat)
/* Normally we will get the pending SIGSTOP. But in some cases
we might get another signal delivered to the group first.
- If we do, be sure not to lose it. */
+ If we do get another signal, be sure not to lose it. */
if (WSTOPSIG (status) == SIGSTOP)
{
if (stopping_threads)