style: fix misspelling in "precededs"

Should be "precedes".

Signed-off-by: William Leara <william.leara@dell.com>
This commit is contained in:
William Leara 2023-12-19 16:30:00 -06:00 committed by Fabio Baltieri
parent b17b496ec7
commit 12c51f8937

View file

@ -69,7 +69,7 @@ static bool z_check_thread_stack_fail(const uint32_t fault_addr, uint32_t sp)
* "guard" installed in this case, instead what's * "guard" installed in this case, instead what's
* happening is that the stack pointer is crashing * happening is that the stack pointer is crashing
* into the privilege mode stack buffer which * into the privilege mode stack buffer which
* immediately precededs it. * immediately precedes it.
*/ */
guard_end = thread->stack_info.start; guard_end = thread->stack_info.start;
guard_start = (uint32_t)thread->stack_obj; guard_start = (uint32_t)thread->stack_obj;