--- src/pi_tests/pi_stress.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pi_tests/pi_stress.c b/src/pi_tests/pi_stress.c index c250d47..83e5727 100644 --- a/src/pi_tests/pi_stress.c +++ b/src/pi_tests/pi_stress.c @@ -216,7 +216,7 @@ struct group_parameters { } *groups; -// /* of consecutive watchdog hits before quitting */ +/* of consecutive watchdog hits before quitting */ #define WATCHDOG_LIMIT 5 /* number of online processors */ @@ -257,7 +257,7 @@ main (int argc, char **argv) int core; int nthreads; - /* Make sure we see all message, even those on stdout. */ + /* Make sure we see all messages, even those on stdout. */ setvbuf (stdout, NULL, _IONBF, 0); /* get the number of processors */ @@ -640,7 +640,7 @@ low_priority(void *arg) for(;;) { /* - * We can't set the 'loop' boolean here, because some flags + * We can't set the 'loop' boolean here, because some threads * may have already reached the loop_barr */ if (!unbounded && (p->total >= p->inversions)) { -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html