aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/templates/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/templates/chcore.h')
-rw-r--r--os/common/ports/templates/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/templates/chcore.h b/os/common/ports/templates/chcore.h
index e3dc48d8e..bcc8db448 100644
--- a/os/common/ports/templates/chcore.h
+++ b/os/common/ports/templates/chcore.h
@@ -51,7 +51,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)