public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] A few more miscellaneous clean-ups.
@ 2009-09-15  8:25 John Kacur
  0 siblings, 0 replies; only message in thread
From: John Kacur @ 2009-09-15  8:25 UTC (permalink / raw)
  To: williams; +Cc: linux-rt-users

>From b5a062ad7668587f7bd53b7aea9bc9cea6034165 Mon Sep 17 00:00:00 2001
From: John Kacur <jkacur@redhat.com>
Date: Tue, 15 Sep 2009 10:12:00 +0200
Subject: [PATCH] A few more miscellaneous clean-ups.

---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-15  8:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-15  8:25 [PATCH 3/3] A few more miscellaneous clean-ups John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox