2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>

* rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Fix typos.
This commit is contained in:
Joel Sherrill
2008-08-01 16:18:56 +00:00
parent 84c5f0222a
commit 31a4efcc56
3 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Fix typos.
2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/getrpcport.c: Misc. ansifications.

View File

@@ -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)

View File

@@ -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