]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ChangeLog: Fix date of last entry.
authorDoug Evans <dje@google.com>
Tue, 6 Jan 2009 00:20:44 +0000 (00:20 +0000)
committerDoug Evans <dje@google.com>
Tue, 6 Jan 2009 00:20:44 +0000 (00:20 +0000)
* linux-low.c (handle_extended_wait): Improve comment.

gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c

index 873a5137a8b8175a46fbe8c264c6ac9220b6f80a..82ba86dd137b861b4089b54bab19f3872844bf87 100644 (file)
@@ -1,6 +1,7 @@
-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>
 
index 35562043fdbd49addcf30643fa742b4f4303f6e3..3fa06ec92552c2d3e81f430663fa1c4bf76d8c61 100644 (file)
@@ -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)