Fixed typo.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12749 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-04-22 09:12:54 +00:00
parent 9b6cead5e7
commit 739aa3f70c
8 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,7 @@
/** /**
* @brief Stack alignment constant. * @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) #define PORT_STACK_ALIGN sizeof (stkalign_t)

View File

@ -49,7 +49,7 @@
/** /**
* @brief Stack alignment constant. * @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) #define PORT_STACK_ALIGN sizeof (stkalign_t)

View File

@ -49,7 +49,7 @@
/** /**
* @brief Stack alignment constant. * @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) #define PORT_STACK_ALIGN sizeof (stkalign_t)

View File

@ -49,7 +49,7 @@
/** /**
* @brief Stack alignment constant. * @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) #define PORT_STACK_ALIGN sizeof (stkalign_t)

View File

@ -54,7 +54,7 @@ extern bool __avr_in_isr;
/** /**
* @brief Stack alignment constant. * @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 #define PORT_STACK_ALIGN 1U

View File

@ -49,7 +49,7 @@
/** /**
* @brief Stack alignment constant. * @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) #define PORT_STACK_ALIGN sizeof (stkalign_t)

View File

@ -55,7 +55,7 @@
/** /**
* @brief Stack alignment constant. * @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) #define PORT_STACK_ALIGN sizeof (stkalign_t)

View File

@ -51,7 +51,7 @@
/** /**
* @brief Stack alignment constant. * @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) #define PORT_STACK_ALIGN sizeof (stkalign_t)