summaryrefslogtreecommitdiff
path: root/static_pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'static_pool.go')
-rw-r--r--static_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool.go b/static_pool.go
index c0075c8f..cc2b38ab 100644
--- a/static_pool.go
+++ b/static_pool.go
@@ -30,7 +30,7 @@ type StaticPool struct {
// active task executions
tasks sync.WaitGroup
- // workers circular allocation buffer
+ // workers circular allocation errBuffer
free chan *Worker
// protects state of worker list, does not affect allocation