From a0d1d0619dff9b5e834bd60f57a03dc28fb1da01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= Date: Tue, 25 Jun 2024 19:40:33 +0200 Subject: [PATCH] arm: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change "etxra" to "extra" in Kconfig comment. Signed-off-by: J. Neuschäfer --- arch/arm/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/core/Kconfig b/arch/arm/core/Kconfig index e446eb25c1d..41c2b1f7684 100644 --- a/arch/arm/core/Kconfig +++ b/arch/arm/core/Kconfig @@ -60,7 +60,7 @@ config CPU_AARCH32_CORTEX_A select USE_SWITCH_SUPPORTED # GDBSTUB has not yet been tested on Cortex M or R SoCs select ARCH_HAS_GDBSTUB - # GDB on ARM needs the etxra registers + # GDB on ARM needs the extra registers select EXTRA_EXCEPTION_INFO if GDBSTUB help This option signifies the use of a CPU of the Cortex-A family.