diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 783cf192d8..f5634b0901 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-08-01 Joel Sherrill + + * rtems/src/msgqsend.c, rtems/src/msgqurgent.c: Fix typos. + 2008-08-01 Ralf Corsépius * librpc/src/rpc/getrpcport.c: Misc. ansifications. 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