Fix typo.

This commit is contained in:
Ralf Corsepius
2004-11-01 14:24:09 +00:00
parent 59297bb7c2
commit b05ecca4b2

View File

@@ -41,7 +41,7 @@ extern "C" {
* An API Mutex is an aggregration of an Object and a SuperCore Mutex.
*/
typedef struct {
/** This field allows each API Mutex to be a full-fledged RTEMS object.
/** This field allows each API Mutex to be a full-fledged RTEMS object. */
Objects_Control Object;
/** This field contains the SuperCore mutex information. */
CORE_mutex_Control Mutex;