From a0ed4edee0b01392c5274ec85b26cf682a9ade3e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Apr 2004 06:13:55 +0000 Subject: Remove stray white spaces. --- cpukit/score/include/rtems/score/coremsg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/score/include/rtems/score/coremsg.h') diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/score/include/rtems/score/coremsg.h index d11383ba0a..70906135a4 100644 --- a/cpukit/score/include/rtems/score/coremsg.h +++ b/cpukit/score/include/rtems/score/coremsg.h @@ -41,7 +41,7 @@ typedef void ( *CORE_message_queue_API_mp_support_callout )( * the contents of message buffers. * * NOTE: The buffer field is normally longer than a single uint32_t . - * but since messages are variable length we just make a ptr to 1. + * but since messages are variable length we just make a ptr to 1. */ typedef struct { @@ -100,7 +100,7 @@ typedef enum { } CORE_message_queue_Status; /* - * The following defines the control block used to manage the + * The following defines the control block used to manage the * attributes of each message queue. */ @@ -117,7 +117,7 @@ typedef struct { typedef void (*CORE_message_queue_Notify_Handler)( void * ); /* - * The following defines the control block used to manage each + * The following defines the control block used to manage each * counting message_queue. */ @@ -276,7 +276,7 @@ void _CORE_message_queue_Seize( * * DESCRIPTION: * - * This kernel routine inserts the specified message into the + * This kernel routine inserts the specified message into the * message queue. It is assumed that the message has been filled * in before this routine is called. */ -- cgit v1.2.3