Commit ad33cc80 authored by Corentin Labbe's avatar Corentin Labbe Committed by Max Filippov
Browse files

xtensa: Fix typo use space=>user space



This patch fix a simple typo.

Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent eb271710
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.