aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/ptid.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-07-02 16:58:51 +0000
committerTom Tromey <tromey@redhat.com>2013-07-02 16:58:51 +0000
commitbd1df410dd00d9f5e859725e6b3b3b30b3184a04 (patch)
tree6296ed7111b977d501274b17a7e3790f627bf5f7 /gdb/common/ptid.h
parent3105ebf9288ca18c69a00267692b84b656215f11 (diff)
downloadgdb-bd1df410dd00d9f5e859725e6b3b3b30b3184a04.zip
gdb-bd1df410dd00d9f5e859725e6b3b3b30b3184a04.tar.gz
gdb-bd1df410dd00d9f5e859725e6b3b3b30b3184a04.tar.bz2
* common/ptid.h: Comment fixes.
Diffstat (limited to 'gdb/common/ptid.h')
-rw-r--r--gdb/common/ptid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h
index 6a8dcbf..fefe8b6 100644
--- a/gdb/common/ptid.h
+++ b/gdb/common/ptid.h
@@ -24,8 +24,8 @@
for identifying the inferior. This consists of the process id
(pid), thread id (tid), and other fields necessary for uniquely
identifying the inferior process/thread being debugged. When
- manipulating ptids, the constructors, accessors, and predicate
- declared in server.h should be used. These are as follows:
+ manipulating ptids, the constructors, accessors, and predicates
+ declared in this file should be used. These are as follows:
ptid_build - Make a new ptid from a pid, lwp, and tid.
pid_to_ptid - Make a new ptid from just a pid.