Skip to content

Commit 4f4cc4d

Browse files
dcpleungnashif
authored andcommitted
xtensa: fix typo userpsace to userspace
s/userpsace/userspace/ Signed-off-by: Daniel Leung <[email protected]>
1 parent b32eb0d commit 4f4cc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/xtensa/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ add_subdirectory(core)
77
if (CONFIG_XTENSA_INSECURE_USERSPACE)
88
message(WARNING "
99
This userspace implementation uses the window ABI this means that the kernel
10-
will spill registers on behalf of the userpsace. Use it carefully.")
10+
will spill registers on behalf of the userspace. Use it carefully.")
1111
endif()

0 commit comments

Comments
 (0)