2011-02-08 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Tue, 8 Feb 2011 22:35:57 +0000 (22:35 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 8 Feb 2011 22:35:57 +0000 (22:35 +0000)
* linux-nat.c (linux_nat_filter_event): Fix typo in comment.

gdb/ChangeLog
gdb/linux-nat.c

index 8a78082245b66bae7053905bbac56ef6a5f48503..3dc994fb470f39d62e80db9f76b76a5a0fd1163e 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-08  Michael Snyder  <msnyder@vmware.com>
+
+       * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
+
 2011-02-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
index a855219b53a6d78af72bc2a8a85996ad0918cc14..cd88df8a2a9fa8fad6d45c3efe47ba0a5600836d 100644 (file)
@@ -3064,7 +3064,7 @@ linux_nat_filter_event (int lwpid, int status, int options)
 
   /* Make sure we don't report an event for the exit of an LWP not in
      our list, i.e. not part of the current process.  This can happen
-     if we detach from a program we original forked and then it
+     if we detach from a program we originally forked and then it
      exits.  */
   if (!WIFSTOPPED (status) && !lp)
     return NULL;
This page took 0.028384 seconds and 4 git commands to generate.