You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/02/12 04:01:29 UTC

[incubator-nuttx] branch master updated: Fix a typo in Kconfig description

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new e2ce8d5  Fix a typo in Kconfig description
e2ce8d5 is described below

commit e2ce8d5169445eff770c5d6272aff2790c2ca53e
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Feb 12 12:54:23 2020 +0900

    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 aa3dc2d..02caa03 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---