From f21cc1a2b7cf8ebe2cdcd0377dfc4125cc7ab066 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 6 Jan 2009 00:20:44 +0000 Subject: * ChangeLog: Fix date of last entry. * linux-low.c (handle_extended_wait): Improve comment. --- gdb/gdbserver/linux-low.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/gdbserver/linux-low.c') 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) -- cgit v1.1