From 12646cc142c672290de7e3f19805a88208e5bccf Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Sun, 13 Nov 2022 00:49:29 +0200 Subject: [PATCH] sched/signal: fix typo in comment Signed-off-by: Petro Karashchenko --- sched/signal/sig_pending.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/signal/sig_pending.c b/sched/signal/sig_pending.c index 50a006db37..e7628a2966 100644 --- a/sched/signal/sig_pending.c +++ b/sched/signal/sig_pending.c @@ -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. *