From 34b96603fc26c4a252f0106e256708fe8d56fcb3 Mon Sep 17 00:00:00 2001 From: smlng <s@mlng.net> Date: Thu, 19 Jan 2017 16:04:28 +0100 Subject: [PATCH] cpu: doc typos --- cpu/doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/doc.txt b/cpu/doc.txt index b375b04efb..72307062e4 100644 --- a/cpu/doc.txt +++ b/cpu/doc.txt @@ -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). */ -- GitLab