gustavonihei commented on a change in pull request #3789:
URL: https://github.com/apache/incubator-nuttx/pull/3789#discussion_r640244190
##########
File path: arch/xtensa/src/esp32/esp32_rt_timer.c
##########
@@ -281,8 +282,8 @@ static void delete_rt_timer(FAR struct rt_timer_s *timer)
* Name: rt_timer_thread
*
* Description:
- * RT timer working thread, it wait for a timeout semaphore, scan
- * the timeout list and process all timers in this list.
+ * RT timer working thread, it waits for a timeout semaphore, scans
Review comment:
```suggestion
* RT timer working thread: Waits for a timeout semaphore, scans
```
Copying the modification from the 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]