sched/sched/sched_waitpid.c: Fix a typo

This commit is contained in:
Yoshinori Sugino 2020-11-06 11:46:17 +09:00 committed by Xiang Xiao
parent 713a21e57c
commit 51875ab039

View File

@ -168,7 +168,7 @@ errout:
/****************************************************************************
*
* If CONFIG_SCHED_HAVE_PARENT is defined, then waitpid will use the SIGHCLD
* If CONFIG_SCHED_HAVE_PARENT is defined, then waitpid will use the SIGCHLD
* signal. It can also handle the pid == (pid_t)-1 argument. This is
* slightly more spec-compliant.
*