]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Corrected a few comments.
authorBart Van Assche <bvanassche@acm.org>
Thu, 12 Mar 2009 18:38:26 +0000 (18:38 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 12 Mar 2009 18:38:26 +0000 (18:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9386

drd/drd_clientreq.h

index 907e1e9d1777f85b28840764ca8c1d0a21c70a49..a011cceab4c996d1fbdf11fb650b959d7545e09a 100644 (file)
@@ -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,