xtensa: fix typo userpsace to userspace
s/userpsace/userspace/ Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
b32eb0d2b2
commit
4f4cc4de08
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ add_subdirectory(core)
|
|||
if (CONFIG_XTENSA_INSECURE_USERSPACE)
|
||||
message(WARNING "
|
||||
This userspace implementation uses the window ABI this means that the kernel
|
||||
will spill registers on behalf of the userpsace. Use it carefully.")
|
||||
will spill registers on behalf of the userspace. Use it carefully.")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue