summaryrefslogtreecommitdiff
path: root/gdb
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
commit3940852e23c7fea4317e2cd9e449ab3ee8e1a9ee (patch)
treec40cd29a83de9098e96632eab3c0cecd25ebdf12 /gdb
parent235544f077f96aaa1d943d098e046e7ee8cd22f4 (diff)
downloadgdb-3940852e23c7fea4317e2cd9e449ab3ee8e1a9ee.tar.gz
* common/ptid.h: Comment fixes.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/common/ptid.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 88b362e06e3..7b32358e3c5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-02 Tom Tromey <tromey@redhat.com>
+
+ * common/ptid.h: Comment fixes.
+
2013-07-01 Tom Tromey <tromey@redhat.com>
* dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h
index 6a8dcbf83b6..fefe8b6517a 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.