arm: Fix typo in comment
Change "etxra" to "extra" in Kconfig comment. Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
This commit is contained in:
parent
de69ebd1f8
commit
a0d1d0619d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue