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>
This commit is contained in:
Corentin Labbe 2019-01-18 13:45:27 +00:00 committed by Max Filippov
parent eb271710ec
commit ad33cc8052
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ config XTENSA_FAKE_NMI
If unsure, say N. If unsure, say N.
config XTENSA_UNALIGNED_USER config XTENSA_UNALIGNED_USER
bool "Unaligned memory access in use space" bool "Unaligned memory access in user space"
help help
The Xtensa architecture currently does not handle unaligned The Xtensa architecture currently does not handle unaligned
memory accesses in hardware but through an exception handler. memory accesses in hardware but through an exception handler.