* common/ptid.h: Comment fixes.
authorTom Tromey <tromey@redhat.com>
Tue, 2 Jul 2013 16:58:51 +0000 (16:58 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 2 Jul 2013 16:58:51 +0000 (16:58 +0000)
gdb/ChangeLog
gdb/common/ptid.h

index 88b362e06e3c18b6817355d0c595f7822771cdc1..7b32358e3c5d6300ca301b84da431fa2ccee919f 100644 (file)
@@ -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
index 6a8dcbf83b605a2c2fa0802763fa94b4ebcdcbbc..fefe8b6517a7207eaa6fdb252c7a5414f390fa57 100644 (file)
@@ -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.