Merge pull request #49617 from duan-yue/code_cls

Automatic merge from submit-queue

fix typo

**What this PR does / why we need it**:

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-08-17 23:21:20 -07:00 committed by GitHub
commit 38053c3e44

View File

@ -113,7 +113,7 @@ type GenericAPIServer struct {
Serializer runtime.NegotiatedSerializer
// "Outputs"
// Handler holdes the handlers being used by this API server
// Handler holds the handlers being used by this API server
Handler *APIServerHandler
// listedPathProvider is a lister which provides the set of paths to show at /