From: Corentin Labbe Date: Fri, 18 Jan 2019 13:45:27 +0000 (+0000) Subject: xtensa: Fix typo use space=>user space X-Git-Tag: v5.0-rc5~11^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad33cc805223614166c8f4081288f0b3c4b0862d;p=thirdparty%2Flinux.git xtensa: Fix typo use space=>user space This patch fix a simple typo. Signed-off-by: Corentin Labbe Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 20a0756f27eff..48906ac5fd25f 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -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.