Function annotation modification

pull/6/head
zdj6373 2016-11-28 15:34:13 +08:00
parent 545f749a0d
commit d43dc73610
1 changed files with 1 additions and 1 deletions

View File

@ -2005,7 +2005,7 @@ func (kl *Kubelet) LatestLoopEntryTime() time.Time {
return val.(time.Time) return val.(time.Time)
} }
// PLEGHealthCheck returns whether the PLEG is healty. // PLEGHealthCheck returns whether the PLEG is healthy.
func (kl *Kubelet) PLEGHealthCheck() (bool, error) { func (kl *Kubelet) PLEGHealthCheck() (bool, error) {
return kl.pleg.Healthy() return kl.pleg.Healthy()
} }