diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 89e4d02a6f4..468d7868ce1 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1757,10 +1757,10 @@
- STMicro STM32L0xx (STM32 F0, ARM Cortex-M0). + STMicro STM32L0xx (STM32 L0, ARM Cortex-M0). Support for the STM32 FL family was contributed by Mateusz Sfafoni in NuttX-7.28. There are ports to two different STM32 L0 boards in the repository:
diff --git a/sched/sched/sched_waitpid.c b/sched/sched/sched_waitpid.c index 19558d82693..1c883625eb1 100644 --- a/sched/sched/sched_waitpid.c +++ b/sched/sched/sched_waitpid.c @@ -507,7 +507,7 @@ pid_t waitpid(pid_t pid, int *stat_loc, int options) if (rtcb->group->tg_nchildren == 0 || (pid != (pid_t)-1 && (ret = nxsig_kill(pid, 0)) < 0)) { - /* We know that the child task was running okay we started, + /* We know that the child task was running okay when we started, * so we must have lost the signal. What can we do? * Let's return ECHILD.. that is at least informative. */