mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 11:57:28 +08:00
score: Typo
This commit is contained in:
@@ -82,7 +82,7 @@ extern "C" {
|
||||
#define STATES_WAITING_FOR_TERMINATION 0x100000
|
||||
/** This macro corresponds to a task being a zombie. */
|
||||
#define STATES_ZOMBIE 0x200000
|
||||
/** This macro corresponds to a task migration to another scheduler. */
|
||||
/** This macro corresponds to a task migrating to another scheduler. */
|
||||
#define STATES_MIGRATING 0x400000
|
||||
|
||||
/** This macro corresponds to a task which is in an interruptible
|
||||
|
||||
Reference in New Issue
Block a user