From 4f4cc4de08bc2c049614b0cf7319f52759dbfa53 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Thu, 3 Oct 2024 09:40:29 -0700 Subject: [PATCH] xtensa: fix typo userpsace to userspace s/userpsace/userspace/ Signed-off-by: Daniel Leung --- arch/xtensa/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()