summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-31 22:19:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-31 22:19:53 +0000
commit5fbab9af64e5f09f8b806e5b66e6731efe06252c (patch)
tree24b4a59ea93b007f021e8b7299f56cc258032812 /nuttx/examples/ostest
parente49f6e36084b24604f11a998faecb986ae21203f (diff)
downloadpx4-nuttx-5fbab9af64e5f09f8b806e5b66e6731efe06252c.tar.gz
px4-nuttx-5fbab9af64e5f09f8b806e5b66e6731efe06252c.tar.bz2
px4-nuttx-5fbab9af64e5f09f8b806e5b66e6731efe06252c.zip
*** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@597 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest')
-rw-r--r--nuttx/examples/ostest/timedmqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/ostest/timedmqueue.c b/nuttx/examples/ostest/timedmqueue.c
index 3d68039d0..a25c05971 100644
--- a/nuttx/examples/ostest/timedmqueue.c
+++ b/nuttx/examples/ostest/timedmqueue.c
@@ -1,5 +1,5 @@
/**************************************************************************
- * mqueue.c
+ * examples/ostest/mqueue.c
*
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -380,7 +380,7 @@ void timedmqueue_test(void)
/* Wait for the receiving thread to complete */
- printf("timedmqueue_test: Waiting for sender to complete\n");
+ printf("timedmqueue_test: Waiting for receiver to complete\n");
pthread_join(receiver, &result);
if (result != (void*)0)
{