gustavonihei commented on a change in pull request #3789:
URL: https://github.com/apache/incubator-nuttx/pull/3789#discussion_r640243783
##########
File path: arch/xtensa/src/esp32/esp32_rt_timer.c
##########
@@ -302,7 +303,7 @@ static int rt_timer_thread(int argc, FAR char *argv[])
while (1)
{
- /* Waiting for timers timeout */
+ /* Waiting for the timers timeouts */
Review comment:
```suggestion
/* Waiting for all timers to time out */
```
Suggestion to apply the same modification from other file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]