Correct the comment to match reality
This commit is contained in:
parent
fc1edea1ef
commit
2bcff6bac4
|
@ -94,8 +94,8 @@ type ServerManager struct {
|
|||
// client.ConnPool.
|
||||
connPoolPinger ConnPoolPinger
|
||||
|
||||
// notifyFailedServersBarrier is acts as a barrier to prevent
|
||||
// queueing behind serverConfigLog and acts as a TryLock().
|
||||
// notifyFailedBarrier is acts as a barrier to prevent queuing behind
|
||||
// serverConfigLog and acts as a TryLock().
|
||||
notifyFailedBarrier int32
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue