* linux-low.c (resume_status_pending_p): Tweak comment.
authorDoug Evans <dje@google.com>
Thu, 21 Nov 2013 00:31:48 +0000 (16:31 -0800)
committerDoug Evans <dje@google.com>
Thu, 21 Nov 2013 00:31:48 +0000 (16:31 -0800)
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c

index f3fdbb3..6e607ed 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-20  Doug Evans  <dje@google.com>
+
+       * linux-low.c (resume_status_pending_p): Tweak comment.
+
 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
 
        * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
index 6355fa8..f2b6e0a 100644 (file)
@@ -3373,8 +3373,9 @@ linux_set_resume_request (struct inferior_list_entry *entry, void *arg)
   return 0;
 }
 
+/* find_inferior callback for linux_resume.
+   Set *FLAG_P if this lwp has an interesting status pending.  */
 
-/* Set *FLAG_P if this lwp has an interesting status pending.  */
 static int
 resume_status_pending_p (struct inferior_list_entry *entry, void *flag_p)
 {