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 09:11:54 +08:00
committed by Xiang Xiao
parent 8286a558c8
commit 12646cc142
+1 -1
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.
*