1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

cpu: doc typos

This commit is contained in:
smlng 2017-01-19 16:04:28 +01:00
parent 5660dbcec3
commit 34b96603fc

View File

@ -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).
*/