This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: minor comment fixes in ptid.h


I noticed a couple minor comment errors in ptid.h.  One word needed to
be pluralized, and the comment incorrectly referred to server.h.

I'm checking this in.

	* common/ptid.h: Comment fixes.
---
 gdb/common/ptid.h | 4 ++--
 1 file 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.
-- 
1.8.1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]