Skip to content

Commit 242a2a4

Browse files
author
Matthew Fisher
committed
doc(state): fix docstring
1 parent 8feed8a commit 242a2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/coreos/fleet/schema"
1010
)
1111

12-
// waitForUnitStates polls each of the indicated jobs until each of their
12+
// waitForUnitSubStates polls each of the indicated jobs until each of their
1313
// systemd substates is equal to that which the caller indicates
1414
func waitForUnitSubStates(units []string, desiredState string) (outchan chan *schema.Unit, errchan chan error) {
1515
var wg sync.WaitGroup

0 commit comments

Comments
 (0)