From 04a8b22f01a19c50d88ba7aaf3cb674d55e55362 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 12 Mar 2009 18:38:26 +0000 Subject: [PATCH] Corrected a few comments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9386 --- drd/drd_clientreq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drd/drd_clientreq.h b/drd/drd_clientreq.h index 907e1e9d17..a011cceab4 100644 --- a/drd/drd_clientreq.h +++ b/drd/drd_clientreq.h @@ -58,10 +58,10 @@ enum { VG_USERREQ__DRD_START_RECORDING, /* args: none. */ - /* Tell the core the pthread_t of the running thread */ + /* Tell drd the pthread_t of the running thread. */ VG_USERREQ__SET_PTHREADID, /* args: pthread_t. */ - /* Ask the core that a the thread's state transition from */ + /* Ask drd that a the thread's state transition from */ /* VgTs_Zombie to VgTs_Empty is delayed until */ /* VG_USERREQ__POST_THREAD_JOIN is performed. */ VG_USERREQ__SET_JOINABLE, -- 2.47.3