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/nuttx.git

commit 958b18f25e13fc6e8c1ce69942b089fb6e6f5d31
Author: Kerogit <kr....@kerogit.eu>
AuthorDate: Thu Mar 13 20:44:01 2025 +0100

    arch/avr: fixed typo in Kconfig
---
 arch/avr/src/avr/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/avr/src/avr/Kconfig b/arch/avr/src/avr/Kconfig
index 17f98c980c..a05c7773d4 100644
--- a/arch/avr/src/avr/Kconfig
+++ b/arch/avr/src/avr/Kconfig
@@ -61,7 +61,7 @@ menu "Atmel AVR Toolchain options"
        depends on AVR_ATMEL_AVR_TOOLCHAIN
 
 config AVR_HAS_MEMX_PTR
-       bool "Enable in-flash static const stings"
+       bool "Enable in-flash static const strings"
        depends on AVR_ATMEL_AVR_TOOLCHAIN
        depends on ARCH_DEBUG_H
        default y

Reply via email to