sched/signal: fix typo in comments
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
521b92a5db
commit
764f8ef9be
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ int nxsig_notification(pid_t pid, FAR struct sigevent *event,
|
|||
|
||||
/* Some compilers (e.g., SDCC), do not permit assignment of aggregates.
|
||||
* Use of memcpy() is overkill; We could just copy the larger of the
|
||||
* nt and FAR void * members in the union. memcpy(), however, does
|
||||
* int and FAR void * members in the union. memcpy(), however, does
|
||||
* not require that we know which is larger.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue