Function annotation modification

This commit is contained in:
zdj6373 2016-11-28 15:34:13 +08:00
parent 545f749a0d
commit d43dc73610

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()
} }