We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8feed8a + 242a2a4 commit ead1fcdCopy full SHA for ead1fcd
1 file changed
client/state.go
@@ -9,7 +9,7 @@ import (
9
"github.com/coreos/fleet/schema"
10
)
11
12
-// waitForUnitStates polls each of the indicated jobs until each of their
+// waitForUnitSubStates polls each of the indicated jobs until each of their
13
// systemd substates is equal to that which the caller indicates
14
func waitForUnitSubStates(units []string, desiredState string) (outchan chan *schema.Unit, errchan chan error) {
15
var wg sync.WaitGroup
0 commit comments