mirror of
https://gitlab.com/niansa/cosched.git
synced 2025-03-06 20:53:26 +01:00
Fixed typo
This commit is contained in:
parent
05eb25ce59
commit
1acf3f88a1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ enum class TaskState {
|
|||
running, // Task is currently in a normal running state
|
||||
sleeping, // Task is currently waiting to be scheduled again
|
||||
terminating, // Task will start terminating soon
|
||||
dead // Taks is currently terminating
|
||||
dead // Task is currently terminating
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue