diff --git a/arch/xtensa/CMakeLists.txt b/arch/xtensa/CMakeLists.txt index 48ac9d7531b..75885573405 100644 --- a/arch/xtensa/CMakeLists.txt +++ b/arch/xtensa/CMakeLists.txt @@ -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()