mm: Fix a typo in Kconfig

This patch fixes a spelling typo in mm/Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
This commit is contained in:
Masanari Iida 2021-07-30 14:06:14 +09:00 committed by Xiang Xiao
parent b9757ff811
commit b64e9050c4

View File

@ -15,7 +15,7 @@ config MM_DEFAULT_MANAGER
config MM_CUSTOMIZE_MANAGER config MM_CUSTOMIZE_MANAGER
bool "Customized heap manager" bool "Customized heap manager"
---help--- ---help---
Customized memory manger policy. The build will fail Customized memory manager policy. The build will fail
if the MM heap module not defined by customer. if the MM heap module not defined by customer.
endchoice endchoice