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