aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/AVR/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/AVR/chcore.h')
-rw-r--r--os/common/ports/AVR/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/AVR/chcore.h b/os/common/ports/AVR/chcore.h
index aa33a2ee5..b5f70fc9a 100644
--- a/os/common/ports/AVR/chcore.h
+++ b/os/common/ports/AVR/chcore.h
@@ -54,7 +54,7 @@ extern bool __avr_in_isr;
/**
* @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 1U