Skip to content
Snippets Groups Projects
Commit 4fb9249f authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #6429 from smlng/pr/fix_doc

doc: correct typos
parents 2d28ea64 34b96603
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@
* @defgroup boards Boards
* @brief Board specific definitions and implementations
*
* The boards module contains all definitions and implementations, that are specific to a certain board. Boards
* generally consist of a fixed configuration of a controller and some external devices as sensors or radios. All
* aspects concerning pin-configurion, mcu clock and driver configuration should go into this module.
* The boards module contains all definitions and implementations, that are
* specific to a certain board. Generally, boards consist of a fixed
* configuration of a controller and some external devices such as sensors or
* radios. All aspects concerning configuration of GPIO pins, MCU clock and
* device drivers should go into this module.
*/
......@@ -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
*/
/**
......
......@@ -11,6 +11,6 @@
* @brief CPU specific implementations
*
* This module contains all CPU specific source files. In case of multiple CPUs
* sharing the same architecture, the implementation is split in a cpu specific
* and a architecture specific part (eg. arm-common and lpc2387).
* sharing the same architecture, the implementation is split into several CPU
* specific parts and an architecture part (e.g. arm7_common and lpc2387).
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment