arch: arm: Fix typo in comment
CONFIG_MPU_REQUIRES_POWER_OF_2_ALIGNMENT should have been MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
27f05e3929
commit
e653e47824
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ extern "C" {
|
|||
* passed to K_THREAD_STACK_DEFINE and related macros.
|
||||
*
|
||||
* In the case of CONFIG_USERSPACE=y and
|
||||
* CONFIG_MPU_REQUIRES_POWER_OF_2_ALIGNMENT, the size will be larger than the
|
||||
* CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT, the size will be larger than the
|
||||
* requested size.
|
||||
*
|
||||
* In all other configurations, the size will be correct.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue