forked from Imagelibrary/rtems
Fix typo.
This commit is contained in:
@@ -41,7 +41,7 @@ extern "C" {
|
|||||||
* An API Mutex is an aggregration of an Object and a SuperCore Mutex.
|
* An API Mutex is an aggregration of an Object and a SuperCore Mutex.
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
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;
|
Objects_Control Object;
|
||||||
/** This field contains the SuperCore mutex information. */
|
/** This field contains the SuperCore mutex information. */
|
||||||
CORE_mutex_Control Mutex;
|
CORE_mutex_Control Mutex;
|
||||||
|
|||||||
Reference in New Issue
Block a user