diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-04-22 09:12:55 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-04-22 09:12:55 +0000 |
commit | a7ce9444af2bcd30e0255c712fbab3dba1a82305 (patch) | |
tree | ac16245236eecf8d36e8c39c9b547df9e1b951ce /os/common/ports/ARM | |
parent | f76ba2109ec210165febd254f7a0155d82355e5e (diff) | |
download | ChibiOS-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/ARM')
-rw-r--r-- | os/common/ports/ARM/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARM/chcore.h b/os/common/ports/ARM/chcore.h index d9f56d016..35797deac 100644 --- a/os/common/ports/ARM/chcore.h +++ b/os/common/ports/ARM/chcore.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)
|