summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/message.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 19:38:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 19:38:19 +0000
commit76deaf0c64fd8598bb35a4ab8a1774dc3c2bb6ee (patch)
treea1304471ad816b4a7f65f28cf1c33fce1d05b7ee /cpukit/rtems/include/rtems/rtems/message.h
parentSpacing. (diff)
downloadrtems-76deaf0c64fd8598bb35a4ab8a1774dc3c2bb6ee.tar.bz2
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/message.h, sapi/include/confdefs.h, score/src/coresemseize.c, score/src/threadhandler.c: Comment improvements from class.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/message.h b/cpukit/rtems/include/rtems/rtems/message.h
index af81e7ea60..d0118f94e4 100644
--- a/cpukit/rtems/include/rtems/rtems/message.h
+++ b/cpukit/rtems/include/rtems/rtems/message.h
@@ -81,7 +81,7 @@ typedef enum {
* each message queue.
*/
typedef struct {
- /** This field is the inherited obejct characteristics. */
+ /** This field is the inherited object characteristics. */
Objects_Control Object;
/** This field is the attribute set as defined by the API. */
rtems_attribute attribute_set;