From: Bart Van Assche Date: Thu, 12 Mar 2009 18:38:26 +0000 (+0000) Subject: Corrected a few comments. X-Git-Tag: svn/VALGRIND_3_5_0~863 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04a8b22f01a19c50d88ba7aaf3cb674d55e55362;p=thirdparty%2Fvalgrind.git Corrected a few comments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9386 --- 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,