sched/signal: fix typo in comments

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-05-17 23:10:23 +03:00 committed by Xiang Xiao
parent 521b92a5db
commit 764f8ef9be

View file

@ -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.
*/