* linux-low.c (handle_extended_wait): Improve comment.
-2008-12-13 Doug Evans <dje@google.com>
+2009-01-05 Doug Evans <dje@google.com>
* linux-low.c (linux_attach_lwp): Add some comments/fixmes.
+ (handle_extended_wait): Improve comment.
2008-12-13 Doug Evans <dje@google.com>
/* 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)