aboutsummaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-12-23 20:51:35 +0000
committerMichael Snyder <msnyder@vmware.com>2005-12-23 20:51:35 +0000
commit3d450bdd5f5e5d6c7d124edcc27d669230d08408 (patch)
treedf1dfabfde309ff143d4a6c75b30381ba99cabe5 /gdb/inf-ptrace.c
parentc02a867d9133d264d2eceb1e5f06bfbb87c840e3 (diff)
downloadgdb-3d450bdd5f5e5d6c7d124edcc27d669230d08408.zip
gdb-3d450bdd5f5e5d6c7d124edcc27d669230d08408.tar.gz
gdb-3d450bdd5f5e5d6c7d124edcc27d669230d08408.tar.bz2
2005-12-23 Michael Snyder <msnyder@redhat.com>
* inf-ptrace.c: Spelling correction, comment. * inf-ttrace.c: Ditto.
Diffstat (limited to 'gdb/inf-ptrace.c')
-rw-r--r--gdb/inf-ptrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c
index 83782bd..9e2ea84 100644
--- a/gdb/inf-ptrace.c
+++ b/gdb/inf-ptrace.c
@@ -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);