summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/iomgr/timer_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/iomgr/timer_manager.cc')
-rw-r--r--grpc/src/core/lib/iomgr/timer_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/src/core/lib/iomgr/timer_manager.cc b/grpc/src/core/lib/iomgr/timer_manager.cc
index e2347276..bf467cb5 100644
--- a/grpc/src/core/lib/iomgr/timer_manager.cc
+++ b/grpc/src/core/lib/iomgr/timer_manager.cc
@@ -133,7 +133,7 @@ static void run_some_timers() {
}
grpc_core::ExecCtx::Get()->Flush();
gpr_mu_lock(&g_mu);
- // garbage collect any threads hanging out that are dead
+ // garbage collect any threads that are dead
gc_completed_threads();
// get ready to wait again
++g_waiter_count;