diff options
Diffstat (limited to 'modules/sync/exclusive_pool.go')
-rw-r--r-- | modules/sync/exclusive_pool.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sync/exclusive_pool.go b/modules/sync/exclusive_pool.go index 744cc7c996..7c1a8930ce 100644 --- a/modules/sync/exclusive_pool.go +++ b/modules/sync/exclusive_pool.go @@ -39,7 +39,7 @@ func NewExclusivePool() *ExclusivePool { } // CheckIn checks in an instance to the pool and hangs while instance -// with same indentity is using the lock. +// with same identity is using the lock. func (p *ExclusivePool) CheckIn(identity string) { p.lock.Lock() |