* linux-nat.c (linux_nat_filter_event): Fix comment typo.
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
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.024455 seconds and 4 git commands to generate.