Ver código fonte

Merge branch 'bolt/remote-config' of github.com:kubecost/cost-model into bolt/remote-config

Matt Bolt 4 anos atrás
pai
commit
2ce2179c69
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pkg/util/atomic/atomicrunstate.go

+ 1 - 1
pkg/util/atomic/atomicrunstate.go

@@ -63,7 +63,7 @@ func (ars *AtomicRunState) Reset() {
 	ars.stop = nil
 }
 
-// IsRunning returns true if metric recording is running or in the process of stopping.
+// IsRunning returns true if the state is running or in the process of stopping.
 func (ars *AtomicRunState) IsRunning() bool {
 	ars.lock.Lock()
 	defer ars.lock.Unlock()