fix typo comments

This commit is contained in:
Yu Chen 2022-03-25 14:48:17 +08:00
parent 716c236f14
commit 657050ce33

View File

@ -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)]