sched/signal: fix typo in comment

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-11-13 00:49:29 +02:00 committed by Xiang Xiao
parent 8286a558c8
commit 12646cc142
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
* Name: sigpending
*
* Description:
* This function returns the set of signals that are blocked from deliveryi
* This function returns the set of signals that are blocked from delivery
* and that are pending for the calling process in the space pointed to by
* set.
*