You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2022/01/08 09:46:41 UTC

[incubator-nuttx] branch master updated: typos: fix typos in Kconfig files

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

gustavonihei 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 e7f9c7a  typos: fix typos in Kconfig files
e7f9c7a is described below

commit e7f9c7af21cad0952265e26809be608294da6005
Author: Petro Karashchenko <pe...@gmail.com>
AuthorDate: Fri Jan 7 22:40:47 2022 +0100

    typos: fix typos in Kconfig files
    
    Signed-off-by: Petro Karashchenko <pe...@gmail.com>
---
 arch/arm/src/max326xx/Kconfig | 2 +-
 libs/libc/modlib/Kconfig      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/src/max326xx/Kconfig b/arch/arm/src/max326xx/Kconfig
index 5286f3c..6d51197 100644
--- a/arch/arm/src/max326xx/Kconfig
+++ b/arch/arm/src/max326xx/Kconfig
@@ -9,7 +9,7 @@ comment "Maxim Integrate MAX326xx Configuration Options"
 
 choice
 	prompt "MAX326xx Chip Selection"
-	default CONFIG_ARCH_CHIP_MAX32630
+	default ARCH_CHIP_MAX32630
 	depends on ARCH_CHIP_MAX326XX
 
 config ARCH_CHIP_MAX32620
diff --git a/libs/libc/modlib/Kconfig b/libs/libc/modlib/Kconfig
index a1529fa..7046248 100644
--- a/libs/libc/modlib/Kconfig
+++ b/libs/libc/modlib/Kconfig
@@ -24,7 +24,7 @@ config MODLIB_MAXDEPEND
 		current design because it uses some very simple, pre-allocated data
 		structures.
 
-		All dependencies logic my be eliminated by sett CONFIG_MODLIB_MAXDEPEND
+		All dependencies logic my be eliminated by set CONFIG_MODLIB_MAXDEPEND
 		to zero.
 
 config MODLIB_ALIGN_LOG2