From: Julian Seward Date: Tue, 4 Jun 2002 10:34:40 +0000 (+0000) Subject: Whitespace only. X-Git-Tag: svn/VALGRIND_1_0_3~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285d733f1344a00114bc1fac7df8428af9ba6449;p=thirdparty%2Fvalgrind.git Whitespace only. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@375 --- diff --git a/coregrind/vg_signals.c b/coregrind/vg_signals.c index 2f2fe14853..7270450e54 100644 --- a/coregrind/vg_signals.c +++ b/coregrind/vg_signals.c @@ -1062,7 +1062,7 @@ Bool VG_(deliver_signals) ( void ) /* 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) diff --git a/vg_signals.c b/vg_signals.c index 2f2fe14853..7270450e54 100644 --- a/vg_signals.c +++ b/vg_signals.c @@ -1062,7 +1062,7 @@ Bool VG_(deliver_signals) ( void ) /* 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)