Commit 8638e411 authored by Daniel Leung's avatar Daniel Leung Committed by Fabio Baltieri
Browse files

xtensa: fix insecure userspace warning wording



"in behave of" -> "on behalf of", which is more accurate of
what is actually happening in the code.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent cd76ab34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 in behave of the userpsace. Use it carefully.")
  will spill registers on behalf of the userpsace. Use it carefully.")
endif()