Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6D70 committed Jan 23, 2024
1 parent 8185a24 commit bd2a0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xernel/kernel/src/sched/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl Process {
);
}

// TODO: how to unmap this page later??
// TODO: how to unmap this stack later??
// We can't add it to Vm because it's not in the lower half of the address space

stack_top
Expand Down

0 comments on commit bd2a0c6

Please sign in to comment.