mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
* remote.c (remote_pid_to_str): Capitalize "Thread".
This commit is contained in:
parent
bb224fc379
commit
32a5b2f1dd
@ -1,3 +1,7 @@
|
||||
2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* remote.c (remote_pid_to_str): Capitalize "Thread".
|
||||
|
||||
2006-10-15 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
PR remote/2158
|
||||
|
@ -5834,7 +5834,7 @@ remote_pid_to_str (ptid_t ptid)
|
||||
{
|
||||
static char buf[32];
|
||||
|
||||
xsnprintf (buf, sizeof buf, "thread %d", ptid_get_pid (ptid));
|
||||
xsnprintf (buf, sizeof buf, "Thread %d", ptid_get_pid (ptid));
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user