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
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ config MM_DEFAULT_MANAGER
config MM_CUSTOMIZE_MANAGER
bool "Customized heap manager"
---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.
endchoice