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

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


The following commit(s) were added to refs/heads/pr429 by this push:
     new 39a3c35  arch/x86: correct typo error to fix x86 boards build break
39a3c35 is described below

commit 39a3c35c34ebda8e06e851973231446d7420a243
Author: liuhaitao <[email protected]>
AuthorDate: Wed Mar 4 20:56:08 2020 +0800

    arch/x86: correct typo error to fix x86 boards build break
    
    Signed-off-by: liuhaitao <[email protected]>
---
 arch/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/Kconfig b/arch/Kconfig
index 8493870..aaf1c61 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -79,10 +79,10 @@ config ARCH_SIM
        ---help---
                Linux/Cygwin user-mode simulation.
 
-config arch_x86
+config ARCH_X86
        bool "x86"
        ---help---
-               intel x86 architectures.
+               Intel x86 architectures.
 
 config ARCH_X86_64
        bool "x86_64"

Reply via email to