git-svn-id: svn://svn.valgrind.org/valgrind/trunk@375
/* Is tid waiting for a signal? If not, ignore. */
if (tst->status != VgTs_WaitSIG)
continue;
- /* Is the signal directed at a specific thread other than
+ /* Is the signal directed at a specific thread other than
this one? If yes, ignore. */
if (vg_dcss.dcss_destthread[sigNo] != VG_INVALID_THREADID
&& vg_dcss.dcss_destthread[sigNo] != tid)
/* Is tid waiting for a signal? If not, ignore. */
if (tst->status != VgTs_WaitSIG)
continue;
- /* Is the signal directed at a specific thread other than
+ /* Is the signal directed at a specific thread other than
this one? If yes, ignore. */
if (vg_dcss.dcss_destthread[sigNo] != VG_INVALID_THREADID
&& vg_dcss.dcss_destthread[sigNo] != tid)