Skip to content

Commit

Permalink
Fix a comment to be more correct
Browse files Browse the repository at this point in the history
  • Loading branch information
sean- committed May 28, 2016
1 parent 4d065be commit 1fe0a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpcproxy/rpcproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1fe0a36

Please sign in to comment.