diff --git a/arch/lkl/kernel/signal.c b/arch/lkl/kernel/signal.c index 19a714e1f4a80f..2c946d2ab243e6 100644 --- a/arch/lkl/kernel/signal.c +++ b/arch/lkl/kernel/signal.c @@ -56,7 +56,7 @@ static void handle_signal(struct ksignal *ksig, struct ucontext *uctx) /* In case it was recursively locked */ lkl_assert_cpu_not_owner(); - /* Get the current thread before we invoke */ + /* Get the current thread before we invoke the signal handler */ self = lkl_ops->thread_self(); ksig->ka.sa.sa_handler(ksig->sig, (void*)&ksig->info, (void*)uctx);