* linux-nat.c (linux_nat_filter_event): Fix comment typo.
authorPedro Alves <palves@redhat.com>
Mon, 17 Mar 2008 14:54:07 +0000 (14:54 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 17 Mar 2008 14:54:07 +0000 (14:54 +0000)
gdb/ChangeLog
gdb/linux-nat.c

index a48c0a9757ea0d41fffc485ed029d2ab4ec60418..0e588319c82b84c7e6942add1cced06e517f963e 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_nat_filter_event): Fix comment typo.
+
 2008-03-17  Pedro Alves  <pedro@codesourcery.com>
 
        * linux-nat.c (linux_nat_filter_event): New, refactored from
index 9de9cf72bb7fc704c28d861f9d90215a1cf3e90f..fc63fa30878c7928a79c18af1808a95a96c265b5 100644 (file)
@@ -1903,7 +1903,7 @@ stop_and_resume_callback (struct lwp_info *lp, void *data)
 }
 
 /* Check if we should go on and pass this event to common code.
-   Return the affected lpw if we are, or NULL otherwise.  */
+   Return the affected lwp if we are, or NULL otherwise.  */
 static struct lwp_info *
 linux_nat_filter_event (int lwpid, int status, int options)
 {
This page took 0.030258 seconds and 4 git commands to generate.