diff --git a/python/mrc/_pymrc/include/pymrc/asyncio_runnable.hpp b/python/mrc/_pymrc/include/pymrc/asyncio_runnable.hpp index 4a524688f..d9b931ec1 100644 --- a/python/mrc/_pymrc/include/pymrc/asyncio_runnable.hpp +++ b/python/mrc/_pymrc/include/pymrc/asyncio_runnable.hpp @@ -211,7 +211,7 @@ class AsyncioRunnable : public AsyncSink, /** * @brief A semaphore used to control the number of outstanding operations. Acquire one before - * a beginning a task, and release it before finishing. + * beginning a task, and release it when finished. */ std::counting_semaphore<8> m_task_tickets{8}; };