summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
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
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')
-rw-r--r--cpukit/rtems/src/msgqsend.c6
-rw-r--r--cpukit/rtems/src/msgqurgent.c2
2 files changed, 4 insertions, 4 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)
diff --git a/cpukit/rtems/src/msgqurgent.c b/cpukit/rtems/src/msgqurgent.c
index ff1bb10565..6a88d33ff2 100644
--- a/cpukit/rtems/src/msgqurgent.c
+++ b/cpukit/rtems/src/msgqurgent.c
@@ -43,7 +43,7 @@
* 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 urgently
*
* Output parameters:
* RTEMS_SUCCESSFUL - if successful