Fix a comment to be more correct

This commit is contained in:
Sean Chittenden
2016-05-27 18:17:56 -07:00
parent 6264a8eff6
commit c8bf53b0a8

View File

@@ -706,7 +706,7 @@ func (p *RpcProxy) UpdateFromNodeUpdateResponse(resp *structs.NodeUpdateResponse
}
}
// Short-circuit acquiring a lock if nothing changed
// Short-circuit acquiring listLock if nothing changed
if !newServers && numOldServers == numBothServers {
return nil
}