2005-12-23 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 23 Dec 2005 20:51:35 +0000 (20:51 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 23 Dec 2005 20:51:35 +0000 (20:51 +0000)
* inf-ptrace.c: Spelling correction, comment.
* inf-ttrace.c: Ditto.

gdb/ChangeLog
gdb/inf-ptrace.c
gdb/inf-ttrace.c

index 9361ba8a0656ce2d34b8fffa61a2c8a87bbc9a77..010441c51760e17ff7473a2f7e0d26a04c00a4e8 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-23  Michael Snyder  <msnyder@redhat.com>
+
+       * inf-ptrace.c: Spelling correction, comment.
+       * inf-ttrace.c: Ditto.
+
 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
 
        * tui/tui-file.c: 
index 83782bd25d80dee68ee4b6a99762118afeffe222..9e2ea846e214a0a244fa2b9afd4a265c6e4ba2ee 100644 (file)
@@ -173,7 +173,7 @@ inf_ptrace_mourn_inferior (void)
   /* Wait just one more time to collect the inferior's exit status.
      Do not check whether this succeeds though, since we may be
      dealing with a process that we attached to.  Such a process will
-     only report its exit status to its origional parent.  */
+     only report its exit status to its original parent.  */
   waitpid (ptid_get_pid (inferior_ptid), &status, 0);
 
   unpush_target (ptrace_ops_hack);
index f488dafeb2cc50c66a0005cb124734ad32a65666..e9dcda899a49e47027d47c4c490fe4f43f78f828 100644 (file)
@@ -952,7 +952,7 @@ inf_ttrace_wait (ptid_t ptid, struct target_waitstatus *ourstatus)
       if (inf_ttrace_num_lwps == 0)
        {
          /* Now that we're going to be multi-threaded, add the
-            origional thread to the list first.  */
+            original thread to the list first.  */
          add_thread (ptid_build (tts.tts_pid, tts.tts_lwpid, 0));
          inf_ttrace_num_lwps++;
        }
This page took 0.029008 seconds and 4 git commands to generate.