summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/msgqsend.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-01 16:18:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-01 16:18:56 +0000
commit31a4efcc5632222de43966ec6f682bedf7cddd5b (patch)
treeeb2a86f7f5761805f9c6c59a06f8af51afc7c533 /cpukit/rtems/src/msgqsend.c
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-31a4efcc5632222de43966ec6f682bedf7cddd5b.tar.bz2
2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Fix typos.
Diffstat (limited to 'cpukit/rtems/src/msgqsend.c')
-rw-r--r--cpukit/rtems/src/msgqsend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/rtems/src/msgqsend.c b/cpukit/rtems/src/msgqsend.c
index 1f9616e212..117666d811 100644
--- a/cpukit/rtems/src/msgqsend.c
+++ b/cpukit/rtems/src/msgqsend.c
@@ -37,17 +37,17 @@
*
* rtems_message_queue_send
*
- * This routine implements the directive rtems_message_queue_sent. It sends a
+ * This routine implements the directive rtems_message_queue_send. It sends a
* message to the specified message queue.
*
* Input parameters:
* id - pointer to message queue
* buffer - pointer to message buffer
- * size - size of message to sent urgently
+ * size - size of message to send
*
* Output parameters:
* RTEMS_SUCCESSFUL - if successful
- * error code - if unsuccessful
+ * error code - if unsuccessful
*/
#if defined(RTEMS_MULTIPROCESSING)