summaryrefslogtreecommitdiffstats
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-10-17 15:43:51 +0000
committerDaniel Jacobowitz <drow@false.org>2006-10-17 15:43:51 +0000
commit32a5b2f1dd80c5d2d634ebbea7a849b389de5813 (patch)
tree190cef18508027cbabceb99e58321b862e28b5ec /gdb/remote.c
parentbb224fc379f76b95370b39ab7f4341521815d63d (diff)
downloadppe42-binutils-32a5b2f1dd80c5d2d634ebbea7a849b389de5813.tar.gz
ppe42-binutils-32a5b2f1dd80c5d2d634ebbea7a849b389de5813.zip
* remote.c (remote_pid_to_str): Capitalize "Thread".
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index d8d42f6186..cf872b1a17 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -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;
}
OpenPOWER on IntegriCloud