1
0
Fork 0
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:
Stefan Lankes 2015-07-11 00:21:06 +02:00
parent 2e84ef7dc7
commit eb5bee0ea9

View file

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