1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

hermit/tasks.h: typo

This commit is contained in:
daniel-k 2016-07-01 18:54:56 +02:00
parent b3f156b7a5
commit 53331b3daa

View file

@ -230,7 +230,7 @@ void check_ticks(void);
extern volatile uint32_t go_down;
/** @brief shutdown the hole system
/** @brief shutdown the whole system
*/
void shutdown_system(void);