arch: posix: fix function name in comment
posix_core_main_thread_start does not exist. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2051ad1846
commit
40ca638a00
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ int __swap(unsigned int key)
|
|||
* current thread.
|
||||
*
|
||||
* Note that we will never come back to this thread:
|
||||
* posix_core_main_thread_start() does never return
|
||||
* posix_main_thread_start() does never return
|
||||
*/
|
||||
void z_arch_switch_to_main_thread(struct k_thread *main_thread,
|
||||
k_thread_stack_t *main_stack,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue