aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCMx/chcore_v7m.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-04-22 09:12:55 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-04-22 09:12:55 +0000
commita7ce9444af2bcd30e0255c712fbab3dba1a82305 (patch)
treeac16245236eecf8d36e8c39c9b547df9e1b951ce /os/common/ports/ARMCMx/chcore_v7m.h
parentf76ba2109ec210165febd254f7a0155d82355e5e (diff)
downloadChibiOS-a7ce9444af2bcd30e0255c712fbab3dba1a82305.tar.gz
ChibiOS-a7ce9444af2bcd30e0255c712fbab3dba1a82305.tar.bz2
ChibiOS-a7ce9444af2bcd30e0255c712fbab3dba1a82305.zip
Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12750 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'os/common/ports/ARMCMx/chcore_v7m.h')
-rw-r--r--os/common/ports/ARMCMx/chcore_v7m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/chcore_v7m.h b/os/common/ports/ARMCMx/chcore_v7m.h
index 408568cc8..408070b7e 100644
--- a/os/common/ports/ARMCMx/chcore_v7m.h
+++ b/os/common/ports/ARMCMx/chcore_v7m.h
@@ -49,7 +49,7 @@
/**
* @brief Stack alignment constant.
- * @note It is the alignement required for the stack pointer.
+ * @note It is the alignment required for the stack pointer.
*/
#define PORT_STACK_ALIGN sizeof (stkalign_t)