aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARM/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/ARM/chcore.h')
-rw-r--r--os/common/ports/ARM/chcore.h2
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)