summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool.go b/static_pool.go
index 07aa2028..df20ad20 100644
--- a/static_pool.go
+++ b/static_pool.go
@@ -250,7 +250,7 @@ func (p *StaticPool) watchWorker(w *Worker) {
}
p.muw.Unlock()
- // registering dead worker
+ // registering a dead worker
atomic.AddInt64(&p.numDead, 1)
// worker have died unexpectedly, pool should attempt to replace it with alive version safely