mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 00:23:24 +00:00
Fix all spelling mistakes in history by typos tool
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b29d3b5409
commit
86f09eef75
@ -150,7 +150,7 @@ pub(crate) fn unpark_target(runnable: Arc<Task>) {
|
||||
|
||||
/// Enqueues a newly built task.
|
||||
///
|
||||
/// Note that the new task is not guranteed to run at once.
|
||||
/// Note that the new task is not guaranteed to run at once.
|
||||
pub(super) fn run_new_task(runnable: Arc<Task>) {
|
||||
// FIXME: remove this check for `SCHEDULER`.
|
||||
// Currently OSTD cannot know whether its user has injected a scheduler.
|
||||
|
Reference in New Issue
Block a user