From 285d733f1344a00114bc1fac7df8428af9ba6449 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 4 Jun 2002 10:34:40 +0000 Subject: [PATCH] Whitespace only. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@375 --- coregrind/vg_signals.c | 2 +- vg_signals.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2