Correct the comment to match reality

This commit is contained in:
Sean Chittenden 2016-03-28 12:32:30 -07:00
parent fc1edea1ef
commit 2bcff6bac4
1 changed files with 2 additions and 2 deletions

View File

@ -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
}