From ea5ec14995ae9dfbf642e99c7f0fe458796c9e89 Mon Sep 17 00:00:00 2001 From: Yoshinori Sugino Date: Sat, 24 Oct 2020 09:12:12 +0900 Subject: [PATCH] sched/signal/sig_procmask.c: Fix a typo --- sched/signal/sig_procmask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/signal/sig_procmask.c b/sched/signal/sig_procmask.c index a0b9d41745..c46fefa6ec 100644 --- a/sched/signal/sig_procmask.c +++ b/sched/signal/sig_procmask.c @@ -141,7 +141,7 @@ int nxsig_procmask(int how, FAR const sigset_t *set, FAR sigset_t *oset) break; /* The resulting set is the intersection of the current set and - * the complement of the signal set pointed to by _set. + * the complement of the signal set pointed to by set. */ case SIG_UNBLOCK: