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:
Anas Nashif 2019-09-29 09:34:06 -04:00
commit 40ca638a00

View file

@ -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,