summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/msg.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-31 21:28:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-31 21:28:16 +0000
commitc4808ca59f68d6142c8e12ce11417158f5fe8149 (patch)
tree7e5284850d03dd932f7f7b38cea9259fbb23c324 /cpukit/rtems/src/msg.c
parentSPARC port passes all tests (diff)
downloadrtems-c4808ca59f68d6142c8e12ce11417158f5fe8149.tar.bz2
typos fixed
Diffstat (limited to 'cpukit/rtems/src/msg.c')
-rw-r--r--cpukit/rtems/src/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/msg.c b/cpukit/rtems/src/msg.c
index 899254d11d..7d7c6e3025 100644
--- a/cpukit/rtems/src/msg.c
+++ b/cpukit/rtems/src/msg.c
@@ -109,7 +109,7 @@ Message_queue_Control *_Message_queue_Allocate (
*
* Output parameters:
* id - queue id
- * RTEMS_SUCCESSFUL - if successful
+ * RTEMS_SUCCESSFUL - if successful
* error code - if unsuccessful
*/