Fix a typo in Kconfig description

This commit is contained in:
YAMAMOTO Takashi 2020-02-12 12:54:23 +09:00 committed by Xiang Xiao
parent 2ff43fb8a8
commit e2ce8d5169

View File

@ -22,7 +22,7 @@ config MM_KERNEL_HEAP
has a more appropriate heap allocation strategy.
config MM_KERNEL_HEAPSIZE
int "Kernal heap size"
int "Kernel heap size"
default 8192
depends on MM_KERNEL_HEAP
---help---