mirror of https://github.com/status-im/consul.git
Fixed typo in comments
This commit is contained in:
parent
5e974843f1
commit
b6914617d9
|
@ -1086,7 +1086,7 @@ func (s *Store) EnsureCheck(idx uint64, hc *structs.HealthCheck) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// updateIndexForAllServicesOfNode updates the status for all the services associated with this node
|
||||
// updateAllServiceIndexesOfNode updates the status for all the services associated with this node
|
||||
func (s *Store) updateAllServiceIndexesOfNode(tx *memdb.Txn, idx uint64, nodeID string) error {
|
||||
services, err := tx.Get("services", "node", nodeID)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue