mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 10:26:25 +04:00
fix typo comments
This commit is contained in:
parent
716c236f14
commit
657050ce33
@ -6,7 +6,6 @@ use super::TaskContext;
|
|||||||
pub struct TaskControlBlock {
|
pub struct TaskControlBlock {
|
||||||
pub task_status: TaskStatus,
|
pub task_status: TaskStatus,
|
||||||
pub task_cx: TaskContext,
|
pub task_cx: TaskContext,
|
||||||
// LAB1: Add whatever you need about the Task.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Copy, Clone, PartialEq)]
|
#[derive(Copy, Clone, PartialEq)]
|
||||||
|
Loading…
Reference in New Issue
Block a user