From 40ca638a00767b9d4b2ab8ce192382dcf1e75680 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 29 Sep 2019 09:34:06 -0400 Subject: [PATCH] arch: posix: fix function name in comment posix_core_main_thread_start does not exist. Signed-off-by: Anas Nashif --- arch/posix/core/swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/posix/core/swap.c b/arch/posix/core/swap.c index a77ae16d9f4..4eceb45876f 100644 --- a/arch/posix/core/swap.c +++ b/arch/posix/core/swap.c @@ -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,