Skip to content

Commit

Permalink
Update arch/lkl/kernel/signal.c
Browse files Browse the repository at this point in the history
Clarification in comment.

Co-authored-by: Vikas Amar Tikoo <vtikoo@users.noreply.github.com>
  • Loading branch information
KenGordon and vtikoo authored Sep 14, 2020
1 parent 033b7c0 commit 3ca325a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/lkl/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3ca325a

Please sign in to comment.