mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove some typos
This commit is contained in:
parent
2e84ef7dc7
commit
eb5bee0ea9
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ void NORETURN abort(void);
|
|||
/** @brief This function shall be called by leaving kernel-level tasks */
|
||||
void NORETURN leave_kernel_task(void);
|
||||
|
||||
/** @brief if a task exists with higher priority, MetalSVM switch to it.
|
||||
/** @brief if a task exists with higher priority, HermitCore switch to it.
|
||||
* */
|
||||
void check_scheduling(void);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue