summaryrefslogtreecommitdiff
path: root/samples/philosophers/src/main.c
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-12-17 17:48:47 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-12-19 14:59:35 -0500
commitd687a95611bbd737fa56ba0a99a3e65255715cac (patch)
tree7f472cc8d694f95b3dfdd5fcdcd03e824f5a43ef /samples/philosophers/src/main.c
parent9463dc0b8f0ae9916b410cb9e5f9ce8e758cc5ad (diff)
kernel: move kernel code to kernel/ directly
Also remove mentions of unified kernel in various places in the kernel, samples and documentation. Change-Id: Ice43bc73badbe7e14bae40fd6f2a302f6528a77d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'samples/philosophers/src/main.c')
-rw-r--r--samples/philosophers/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/philosophers/src/main.c b/samples/philosophers/src/main.c
index d2bc79e37..778eedcea 100644
--- a/samples/philosophers/src/main.c
+++ b/samples/philosophers/src/main.c
@@ -17,7 +17,7 @@
/**
* @file
*
- * Dining philosophers demo for unified kernel.
+ * Dining philosophers demo
*
* The demo can be configured to use different object types for its
* synchronization: SEMAPHORES, MUTEXES, STACKS, FIFOS and LIFOS. To configure