Skip to content

Commit

Permalink
xtensa: Fix typo use space=>user space
Browse files Browse the repository at this point in the history
This patch fix a simple typo.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • Loading branch information
Corentin Labbe authored and Max Filippov committed Jan 26, 2019
1 parent eb27171 commit ad33cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ config XTENSA_FAKE_NMI
If unsure, say N.

config XTENSA_UNALIGNED_USER
bool "Unaligned memory access in use space"
bool "Unaligned memory access in user space"
help
The Xtensa architecture currently does not handle unaligned
memory accesses in hardware but through an exception handler.
Expand Down

0 comments on commit ad33cc8

Please sign in to comment.