diff options
author | Michael Snyder <msnyder@specifix.com> | 2005-12-23 20:51:35 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2005-12-23 20:51:35 +0000 |
commit | 41ba4787b7e6eff2ed66f02bc972649cb8946003 (patch) | |
tree | 46d5d33daf882773d1b31183c2364ad0a6828169 /gdb/inf-ttrace.c | |
parent | eb828aeab2c96591b631245d3ec798833dc8ba4f (diff) | |
download | gdb-41ba4787b7e6eff2ed66f02bc972649cb8946003.tar.gz |
2005-12-23 Michael Snyder <msnyder@redhat.com>
* inf-ptrace.c: Spelling correction, comment.
* inf-ttrace.c: Ditto.
Diffstat (limited to 'gdb/inf-ttrace.c')
-rw-r--r-- | gdb/inf-ttrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-ttrace.c b/gdb/inf-ttrace.c index f488dafeb2c..e9dcda899a4 100644 --- a/gdb/inf-ttrace.c +++ b/gdb/inf-ttrace.c @@ -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++; } |