arch/arm/core: In comments, consistently refer to "Cortex-M".

This directory now handles all of Cortex-M0, Cortex-M3/M4. So, just
consistently use "Cortex-M" (as used by number of files already)
without refering to a particular subarch. Also, consistently (letter
casing) spell it as "Cortex-M". A typo is fixed too.

Change-Id: I42ee09abc9a503381bca4ae437c83a8f48816ebc
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2017-03-11 19:33:29 +03:00 committed by Kumar Gala
commit 70772add28
6 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@
* @brief Thread context switching for ARM Cortex-M
*
* This module implements the routines necessary for thread context switching
* on ARM Cortex-M3/M4 CPUs.
* on ARM Cortex-M CPUs.
*/
#include <kernel_structs.h>