2005-12-06 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Tue, 6 Dec 2005 22:05:51 +0000 (22:05 +0000)
committerMichael Snyder <msnyder@vmware.com>
Tue, 6 Dec 2005 22:05:51 +0000 (22:05 +0000)
* inf-ptrace.c: Fix typos in comments.

gdb/ChangeLog
gdb/inf-ptrace.c

index fd38119aa01de71601eadcbfee94827cf1cd3fe6..26d61226eae7054a809d90892d536cb0553f23aa 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-06  Michael Snyder  <msnyder@redhat.com>
+
+       * inf-ptrace.c: Fix typos in comments.
+
 2005-12-06  Serge Chatroux  <serge.chatroux@st.com>
 
        * mi/mi-interp.c (mi_interpreter_resume): Route target error
index f3c399ea30981489f021aa9d09e2f286f53841f7..4f19e1ab9c5f17ca1b751c418a8bd145dc304aa6 100644 (file)
@@ -171,7 +171,7 @@ inf_ptrace_mourn_inferior (void)
   int status;
 
   /* Wait just one more time to collect the inferior's exit status.
-     Don not check whether this succeeds though, since we may be
+     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.  */
   waitpid (ptid_get_pid (inferior_ptid), &status, 0);
@@ -252,7 +252,7 @@ inf_ptrace_post_attach (int pid)
 #endif
 
 /* Detach from the inferior, optionally passing it the signal
-   specified ARGS.  If FROM_TTY is non-zero, be chatty about it.  */
+   specified by ARGS.  If FROM_TTY is non-zero, be chatty about it.  */
 
 static void
 inf_ptrace_detach (char *args, int from_tty)
@@ -274,7 +274,7 @@ inf_ptrace_detach (char *args, int from_tty)
 
 #ifdef PT_DETACH
   /* We'd better not have left any breakpoints in the program or it'll
-     die when it hits one.  Alsno note that this may only work if we
+     die when it hits one.  Also note that this may only work if we
      previously attached to the inferior.  It *might* work if we
      started the process ourselves.  */
   errno = 0;
This page took 0.027834 seconds and 4 git commands to generate.