mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
sched/signal: Fix typos
This commit is contained in:
committed by
Xiang Xiao
parent
6ec94082a1
commit
5c6c0d2d57
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user