kernel: tls: fix doc on arch_tls_stack_setup()

There was a typo there so fix it.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-10-03 14:46:23 -07:00 committed by Carles Cufí
parent 06f35916e1
commit 77dc74136c

View file

@ -597,7 +597,7 @@ uint16_t arch_coredump_tgt_code_get(void);
* @brief Setup Architecture-specific TLS area in stack * @brief Setup Architecture-specific TLS area in stack
* *
* This sets up the stack area for thread local storage. * 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 new_thread New thread object
* @param stack_ptr Stack pointer * @param stack_ptr Stack pointer