summaryrefslogtreecommitdiff
path: root/static_pool.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-06 16:27:52 +0300
committerWolfy-J <[email protected]>2018-06-06 16:27:52 +0300
commit8a22b1bdda462075bfc56f17110eb3c0dc1f3f79 (patch)
tree06d018f00d168e9d69d176dfe456d6002dbd4fa1 /static_pool.go
parentd12bb5dbf7c60d44daabba238a2b1283050fde70 (diff)
fixing tests
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 07c71c46..faa2b696 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 errBuffer
+ // workers circular allocation buffer
free chan *Worker
// protects state of worker list, does not affect allocation