From 12c51f8937e78d18edddb3d9604cbf2e7750a3f7 Mon Sep 17 00:00:00 2001 From: William Leara Date: Tue, 19 Dec 2023 16:30:00 -0600 Subject: [PATCH] style: fix misspelling in "precededs" Should be "precedes". Signed-off-by: William Leara --- arch/arc/core/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arc/core/fault.c b/arch/arc/core/fault.c index caa12326b9d..8034f5673d4 100644 --- a/arch/arc/core/fault.c +++ b/arch/arc/core/fault.c @@ -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 * happening is that the stack pointer is crashing * into the privilege mode stack buffer which - * immediately precededs it. + * immediately precedes it. */ guard_end = thread->stack_info.start; guard_start = (uint32_t)thread->stack_obj;