summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorBenjamin Walsh <benjamin.walsh@windriver.com>2016-10-21 11:09:23 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-10-26 23:06:25 +0000
commit1125c2b00e6f8d2aba21aedb7419ae0181a34cb2 (patch)
treef9e316711b050be8fd670dd30af282bbadd6f01a /samples
parent1a13bb8c402675e3f40962d86455d74593d8067e (diff)
unified: correct comment about number of threads in phil demo
A bit of work has to be done by someone why wants to run the demo with a different number of threads than the default. Fixes ZEP-1077. Change-Id: Ibb5cfed2bd9984bcf0f9d65f957f32daf4c5211e Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/philosophers/unified/src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/philosophers/unified/src/main.c b/samples/philosophers/unified/src/main.c
index 3e70538ab..d2bc79e37 100644
--- a/samples/philosophers/unified/src/main.c
+++ b/samples/philosophers/unified/src/main.c
@@ -40,9 +40,9 @@
* By default, the demo uses different priorities.
*
* The number of threads is set via NUM_PHIL. The demo has only been tested
- * with six threads. In theory it should work with less than six threads, but
- * not with more without making changes to the forks[] array in the
- * phil_obj_abstract.h header file.
+ * with six threads. In theory it should work with any number of threads, but
+ * not without making changes to the forks[] array in the phil_obj_abstract.h
+ * header file.
*/
#include <zephyr.h>