sched/signal: Fix typos
This commit is contained in:
parent
6ec94082a1
commit
5c6c0d2d57
@ -61,7 +61,7 @@ void nxsig_release_pendingsigaction(FAR sigq_t *sigq)
|
|||||||
{
|
{
|
||||||
irqstate_t flags;
|
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.
|
* then just put it back in the free list.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ void nxsig_release_pendingsignal(FAR sigpendq_t *sigpend)
|
|||||||
{
|
{
|
||||||
irqstate_t flags;
|
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.
|
* then just put it back in the free list.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user