Skip to content

Commit 3673698

Browse files
dbkinderAnas Nashif
authored andcommitted
doc: fix misspellings in XTENSA Kconfig
regular scan for spelling issues Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent cf04bd9 commit 3673698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/xtensa/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ config XTENSA_OMIT_HIGH_INTERRUPTS
9595

9696
config XTENSA_ASM2
9797
bool
98-
prompt "New-sytle Xtensa context switch & interrupt layer"
98+
prompt "New-style Xtensa context switch & interrupt layer"
9999
default n
100100
select USE_SWITCH
101101
help
102102
This selects a new implementation of context switching and
103103
interrupt handling. Advantages are a much lower interrupt
104104
overhead and smaller code size, and this scheme is required
105105
for SMP. Assumes/requires hardware that implements the
106-
register window xtension, however.
106+
register window extension, however.
107107

108108
config TOOLCHAIN_VARIANT
109109
string

0 commit comments

Comments
 (0)