From 77dc74136cf7c64c651b7edf5748d02c584c6c91 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Tue, 3 Oct 2023 14:46:23 -0700 Subject: [PATCH] kernel: tls: fix doc on arch_tls_stack_setup() There was a typo there so fix it. Signed-off-by: Daniel Leung --- kernel/include/kernel_arch_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/include/kernel_arch_interface.h b/kernel/include/kernel_arch_interface.h index 16cfda41f5..09572bbe14 100644 --- a/kernel/include/kernel_arch_interface.h +++ b/kernel/include/kernel_arch_interface.h @@ -597,7 +597,7 @@ uint16_t arch_coredump_tgt_code_get(void); * @brief Setup Architecture-specific TLS area in stack * * This sets up the stack area for thread local storage. - * The structure inside in area is architecture specific. + * The structure inside TLS area is architecture specific. * * @param new_thread New thread object * @param stack_ptr Stack pointer