Skip to content

Commit

Permalink
Merge pull request #57944 from weekface/master
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue. 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>.

tiny fix

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

Fix a wrong method name in comments.

**Release note**:

```release-note
NONE
```

Kubernetes-commit: 9254527513e270ee4e0fa6af7841f9a73afa5a07
  • Loading branch information
k8s-publishing-bot committed Jan 7, 2018
2 parents 4cdd963 + 93d4bd7 commit a082fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/server/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func NewWardleServerOptions(out, errOut io.Writer) *WardleServerOptions {
return o
}

// NewCommandStartMaster provides a CLI handler for 'start master' command
// NewCommandStartWardleServer provides a CLI handler for 'start master' command
func NewCommandStartWardleServer(out, errOut io.Writer, stopCh <-chan struct{}) *cobra.Command {
o := NewWardleServerOptions(out, errOut)

Expand Down

0 comments on commit a082fb5

Please sign in to comment.