Merge pull request #57408 from zouyee/kubelet-1

Automatic merge from submit-queue (batch tested with PRs 60236, 60332, 57375, 60451, 57408). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

improve code comment

**What this PR does / why we need it**:
improve code comment
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```NONE

```
This commit is contained in:
Kubernetes Submit Queue 2018-02-28 01:12:36 -08:00 committed by GitHub
commit b1ef631e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ limitations under the License.
*/ */
// Package reconciler implements interfaces that attempt to reconcile the // Package reconciler implements interfaces that attempt to reconcile the
// desired state of the with the actual state of the world by triggering // desired state of the world with the actual state of the world by triggering
// relevant actions (attach, detach, mount, unmount). // relevant actions (attach, detach, mount, unmount).
package reconciler package reconciler