xtensa: fix typo userpsace to userspace

s/userpsace/userspace/

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2024-10-03 09:40:29 -07:00 committed by Anas Nashif
parent b32eb0d2b2
commit 4f4cc4de08

View file

@ -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()