Merge pull request #43604 from k82cn/rkt_typo

Automatic merge from submit-queue

Fix comments typo in rkt.

fixes comments typo of rkt runtime.

```release-note
None
```
pull/6/head
Kubernetes Submit Queue 2017-03-29 00:15:14 -07:00 committed by GitHub
commit 964e1553ab
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ type systemdInterface interface {
ListUnits() ([]dbus.UnitStatus, error)
// StopUnits stops the unit with the given name.
StopUnit(name string, mode string, ch chan<- string) (int, error)
// StopUnits restarts the unit with the given name.
// RestartUnit restarts the unit with the given name.
RestartUnit(name string, mode string, ch chan<- string) (int, error)
// ResetFailedUnit resets the "failed" state of a specific unit.
ResetFailedUnit(name string) error