sched/signal: Fix typos

This commit is contained in:
Yoshinori Sugino 2020-11-03 17:02:32 +09:00 committed by Xiang Xiao
parent 6ec94082a1
commit 5c6c0d2d57
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ void nxsig_release_pendingsigaction(FAR sigq_t *sigq)
{
irqstate_t flags;
/* If this is a generally available pre-allocated structyre,
/* If this is a generally available pre-allocated structure,
* then just put it back in the free list.
*/

View File

@ -70,7 +70,7 @@ void nxsig_release_pendingsignal(FAR sigpendq_t *sigpend)
{
irqstate_t flags;
/* If this is a generally available pre-allocated structyre,
/* If this is a generally available pre-allocated structure,
* then just put it back in the free list.
*/