Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit c951ada

Browse files
committed
modify some wording
1 parent c74c8ae commit c951ada

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/volume/cinder/cinder_util.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ func probeAttachedVolume() error {
225225

226226
executor := exec.New()
227227

228-
// udevadm settle waits for udevd to process the device creation
229-
// events for all hardware devices, thus ensuring that any device
230-
// nodes have been created successfully before proceeding.
228+
// udevadm settle waits for udevd to process the device creation
229+
// events for all hardware devices, thus ensuring that any device
230+
// nodes have been created successfully before proceeding.
231231
argsSettle := []string{"settle", "--timeout=1"}
232232
cmdSettle := executor.Command("udevadm", argsSettle...)
233233
_, errSettle := cmdSettle.CombinedOutput()

0 commit comments

Comments
 (0)