1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

core: doc typos

This commit is contained in:
smlng 2017-01-19 16:00:12 +01:00
parent aab71bd993
commit 66c02daeae

View File

@ -10,14 +10,14 @@
* @defgroup core Kernel
* @brief The RIOT micro-kernel containing the core functionality
*
* The kernel module contains only the basic OS functionality such as the sheduler, threading, synchronization
* and IRQ-handling. The only exception is the integration of the hardware timer into this module.
* The kernel module contains the basic OS functionality such as the scheduler,
* threading, synchronization and IRQ-handling.
*/
/**
* @defgroup core_util Kernel utilities
* @ingroup core
* @brief Utilies and data structures used by the kernel
* @brief Utilities and data structures used by the kernel
*/
/**