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> 2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/getrpcport.c: Misc. ansifications. * librpc/src/rpc/getrpcport.c: Misc. ansifications.

View File

@@ -37,13 +37,13 @@
* *
* rtems_message_queue_send * 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. * message to the specified message queue.
* *
* Input parameters: * Input parameters:
* id - pointer to message queue * id - pointer to message queue
* buffer - pointer to message buffer * buffer - pointer to message buffer
* size - size of message to sent urgently * size - size of message to send
* *
* Output parameters: * Output parameters:
* RTEMS_SUCCESSFUL - if successful * RTEMS_SUCCESSFUL - if successful

View File

@@ -43,7 +43,7 @@
* Input parameters: * Input parameters:
* id - pointer to message queue * id - pointer to message queue
* buffer - pointer to message buffer * buffer - pointer to message buffer
* size - size of message to sent urgently * size - size of message to send urgently
* *
* Output parameters: * Output parameters:
* RTEMS_SUCCESSFUL - if successful * RTEMS_SUCCESSFUL - if successful