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 2021/12/21 09:26:27 UTC

[incubator-nuttx] 02/02: Update arch/Kconfig

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

commit 54b652235c0bb385bdc4b1f34fd43fade5492f98
Author: Juha Niskanen <ju...@gmail.com>
AuthorDate: Tue Dec 21 09:16:24 2021 +0200

    Update arch/Kconfig
    
    Co-authored-by: Gustavo Henrique Nihei <38...@users.noreply.github.com>
---
 arch/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/Kconfig b/arch/Kconfig
index 2cc1408..229965e 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -424,7 +424,7 @@ config ARCH_USE_TEXT_HEAP
 	depends on ARCH_HAVE_TEXT_HEAP
 	---help---
 		This option enables architecture-specific memory allocator
-		for dynamic code loading. For example, ESP32 has a separate memory
+		for dynamic code loading. For example, ESP32 has separate memory
 		regions for instruction and data and the memory region used for
 		usual malloc doesn't work for instruction.