Skip to content

Commit ad33cc8

Browse files
montjoiejcmvbkbc
authored andcommitted
xtensa: Fix typo use space=>user space
This patch fix a simple typo. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
1 parent eb27171 commit ad33cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/xtensa/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ config XTENSA_FAKE_NMI
164164
If unsure, say N.
165165

166166
config XTENSA_UNALIGNED_USER
167-
bool "Unaligned memory access in use space"
167+
bool "Unaligned memory access in user space"
168168
help
169169
The Xtensa architecture currently does not handle unaligned
170170
memory accesses in hardware but through an exception handler.

0 commit comments

Comments
 (0)