Merge pull request #37541 from zdj6373/note-error

Automatic merge from submit-queue

Function annotation modification

“return kl.pleg.Healthy()”,Based on the return function,"healty" to "healthy" better
This commit is contained in:
Kubernetes Submit Queue 2016-12-02 01:01:00 -08:00 committed by GitHub
commit 4ebc43c25d

View File

@ -2015,7 +2015,7 @@ func (kl *Kubelet) LatestLoopEntryTime() 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) {
return kl.pleg.Healthy()
}