From e2ce8d5169445eff770c5d6272aff2790c2ca53e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 12 Feb 2020 12:54:23 +0900 Subject: [PATCH] Fix a typo in Kconfig description --- mm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/Kconfig b/mm/Kconfig index aa3dc2df58..02caa03112 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -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---